#36457B

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

Shades of Resolution Blue #36457B

Tints of Resolution Blue #36457B

Color information

#36457B (or 0x36457B) is unknown color: approx Resolution Blue. HEX triplet: 36, 45 and 7B. RGB value is (54,69,123). Sum of RGB (Red+Green+Blue) = 54+69+123=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #36457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36457B is #C9BA84. Grayscale: #464646. Windows color (decimal): -13220485 or 8078646. OLE color: 8078646.

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

Color convert

RGB5469123-
CMYK0.560.4400.52
HSL226.96º38.98%34.71%-
HSV(B)226.96º56.1%48.24%-
XYZ7.226.4719.61-
YUV70.67157.53116.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 123 (48.44% from 255) = 50%
R=21.95%
G=28.05%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54691230.560.4400.52226.9638.9834.71
Hex36457B382C034e32723
Octal6610517370540643434743
Binary11011010001011111011111000101100011010011100011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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