#36457A

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

Shades of Resolution Blue #36457A

Tints of Resolution Blue #36457A

Color information

#36457A (or 0x36457A) is unknown color: approx Resolution Blue. HEX triplet: 36, 45 and 7A. RGB value is (54,69,122). Sum of RGB (Red+Green+Blue) = 54+69+122=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #36457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36457A is #C9BA85. Grayscale: #464646. Windows color (decimal): -13220486 or 8013110. OLE color: 8013110.

HSL color Cylindrical-coordinate representation of color #36457A: hue angle of 226.76º 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 #36457A is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5469122-
CMYK0.560.4300.52
HSL226.76º38.64%34.51%-
HSV(B)226.76º55.74%47.84%-
XYZ7.166.4519.28-
YUV70.56157.03116.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=22.04%
G=28.16%
B=49.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54691220.560.4300.52226.7638.6434.51
Hex36457A382B034e32723
Octal6610517270530643434743
Binary11011010001011111010111000101011011010011100011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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