#27427C

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

Shades of Resolution Blue #27427C

Tints of Resolution Blue #27427C

Color information

#27427C (or 0x27427C) is unknown color: approx Resolution Blue. HEX triplet: 27, 42 and 7C. RGB value is (39,66,124). Sum of RGB (Red+Green+Blue) = 39+66+124=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #27427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27427C is #D8BD83. Grayscale: #404040. Windows color (decimal): -14204292 or 8143399. OLE color: 8143399.

HSL color Cylindrical-coordinate representation of color #27427C: hue angle of 220.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27427C is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3966124-
CMYK0.690.4700.51
HSL220.94º52.15%31.96%-
HSV(B)220.94º68.55%48.63%-
XYZ6.425.7819.85-
YUV64.54161.55109.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=17.03%
G=28.82%
B=54.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39661240.690.4700.51220.9452.1531.96
Hex27427C452F033dd3420
Octal47102174105570633356440
Binary100111100001011111001000101101111011001111011101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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