#36427F

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

Shades of Resolution Blue #36427F

Tints of Resolution Blue #36427F

Color information

#36427F (or 0x36427F) is unknown color: approx Resolution Blue. HEX triplet: 36, 42 and 7F. RGB value is (54,66,127). Sum of RGB (Red+Green+Blue) = 54+66+127=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #36427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36427F is #C9BD80. Grayscale: #454545. Windows color (decimal): -13221249 or 8340022. OLE color: 8340022.

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

Color convert

RGB5466127-
CMYK0.570.4800.50
HSL230.14º40.33%35.49%-
HSV(B)230.14º57.48%49.8%-
XYZ7.36.2120.89-
YUV69.37160.52117.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 127 (50% from 255) = 51.42%
R=21.86%
G=26.72%
B=51.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54661270.570.4800.50230.1440.3335.49
Hex36427F3930032e62823
Octal6610217771600623465043
Binary11011010000101111111111001110000011001011100110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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