#36457C

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

Shades of Resolution Blue #36457C

Tints of Resolution Blue #36457C

Color information

#36457C (or 0x36457C) is unknown color: approx Resolution Blue. HEX triplet: 36, 45 and 7C. RGB value is (54,69,124). Sum of RGB (Red+Green+Blue) = 54+69+124=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #36457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36457C is #C9BA83. Grayscale: #464646. Windows color (decimal): -13220484 or 8144182. OLE color: 8144182.

HSL color Cylindrical-coordinate representation of color #36457C: hue angle of 227.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36457C is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5469124-
CMYK0.560.4400.51
HSL227.14º39.33%34.9%-
HSV(B)227.14º56.45%48.63%-
XYZ7.296.519.94-
YUV70.78158.03116.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=21.86%
G=27.94%
B=50.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54691240.560.4400.51227.1439.3334.9
Hex36457C382C033e32723
Octal6610517470540633434743
Binary11011010001011111100111000101100011001111100011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,69,124); }

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

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

 a { background-color: rgb(54,69,124); }

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

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

 span { border-color: rgb(54,69,124); }

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