#27377A

Color #27377A Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #27377A

Tints of Resolution Blue #27377A

Color information

#27377A (or 0x27377A) is unknown color: approx Resolution Blue. HEX triplet: 27, 37 and 7A. RGB value is (39,55,122). Sum of RGB (Red+Green+Blue) = 39+55+122=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #27377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27377A is #D8C885. Grayscale: #393939. Windows color (decimal): -14207110 or 8009511. OLE color: 8009511.

HSL color Cylindrical-coordinate representation of color #27377A: hue angle of 228.43º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27377A is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3955122-
CMYK0.680.5500.52
HSL228.43º51.55%31.57%-
HSV(B)228.43º68.03%47.84%-
XYZ5.724.5718.99-
YUV57.85164.2114.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=18.06%
G=25.46%
B=56.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39551220.680.5500.52228.4351.5531.57
Hex27377A4437034e43420
Octal4767172104670643446440
Binary10011111011111110101000100110111011010011100100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27377A; }

 p { color: rgb(39,55,122); }

 H1.HeaderClassName
 {
   color: #27377A;
 }
 .AnyTagClassName
 {
   color: #27377A;
 }
</style>
background-color css

<style>
 a { background-color: #27377A; }

 a { background-color: rgb(39,55,122); }

 div.DivClassName
 {
   background-color: #27377A;
 }
 .BgClassName
 {
   background-color: #27377A;
 }
</style>
border-color css

<style>
 span { border-color: #27377A; }

 span { border-color: rgb(39,55,122); }

 td.TdClassName
 {
   border-color: #27377A;
 }
 .TagClassName
 {
   border-color: #27377A;
 }
</style>