#27427F

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

Shades of Resolution Blue #27427F

Tints of Resolution Blue #27427F

Color information

#27427F (or 0x27427F) is unknown color: approx Resolution Blue. HEX triplet: 27, 42 and 7F. RGB value is (39,66,127). Sum of RGB (Red+Green+Blue) = 39+66+127=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #27427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427F is #D8BD80. Grayscale: #404040. Windows color (decimal): -14204289 or 8340007. OLE color: 8340007.

HSL color Cylindrical-coordinate representation of color #27427F: hue angle of 221.59º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27427F is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3966127-
CMYK0.690.4800.50
HSL221.59º53.01%32.55%-
HSV(B)221.59º69.29%49.8%-
XYZ6.625.8620.86-
YUV64.88163.05109.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 127 (50% from 255) = 54.74%
R=16.81%
G=28.45%
B=54.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39661270.690.4800.50221.5953.0132.55
Hex27427F4530032de3521
Octal47102177105600623366541
Binary100111100001011111111000101110000011001011011110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27427F; }

 p { color: rgb(39,66,127); }

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

<style>
 a { background-color: #27427F; }

 a { background-color: rgb(39,66,127); }

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

<style>
 span { border-color: #27427F; }

 span { border-color: rgb(39,66,127); }

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