#36447B

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

Shades of Resolution Blue #36447B

Tints of Resolution Blue #36447B

Color information

#36447B (or 0x36447B) is unknown color: approx Resolution Blue. HEX triplet: 36, 44 and 7B. RGB value is (54,68,123). Sum of RGB (Red+Green+Blue) = 54+68+123=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #36447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36447B is #C9BB84. Grayscale: #454545. Windows color (decimal): -13220741 or 8078390. OLE color: 8078390.

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

Color convert

RGB5468123-
CMYK0.560.4500.52
HSL227.83º38.98%34.71%-
HSV(B)227.83º56.1%48.24%-
XYZ7.166.3519.59-
YUV70.08157.86116.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=22.04%
G=27.76%
B=50.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54681230.560.4500.52227.8338.9834.71
Hex36447B382D034e42723
Octal6610417370550643444743
Binary11011010001001111011111000101101011010011100100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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