#27407C

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

Shades of Resolution Blue #27407C

Tints of Resolution Blue #27407C

Color information

#27407C (or 0x27407C) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 7C. RGB value is (39,64,124). Sum of RGB (Red+Green+Blue) = 39+64+124=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #27407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27407C is #D8BF83. Grayscale: #3F3F3F. Windows color (decimal): -14204804 or 8142887. OLE color: 8142887.

HSL color Cylindrical-coordinate representation of color #27407C: hue angle of 222.35º 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 #27407C is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3964124-
CMYK0.690.4800.51
HSL222.35º52.15%31.96%-
HSV(B)222.35º68.55%48.63%-
XYZ6.315.5519.81-
YUV63.36162.22110.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.18%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=17.18%
G=28.19%
B=54.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39641240.690.4800.51222.3552.1531.96
Hex27407C4530033de3420
Octal47100174105600633366440
Binary100111100000011111001000101110000011001111011110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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