#36556C

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

Shades of Chathams Blue #36556C

Tints of Chathams Blue #36556C

Color information

#36556C (or 0x36556C) is unknown color: approx Chathams Blue. HEX triplet: 36, 55 and 6C. RGB value is (54,85,108). Sum of RGB (Red+Green+Blue) = 54+85+108=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #36556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36556C is #C9AA93. Grayscale: #4E4E4E. Windows color (decimal): -13216404 or 7099702. OLE color: 7099702.

HSL color Cylindrical-coordinate representation of color #36556C: hue angle of 205.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36556C is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5485108-
CMYK0.500.2100.58
HSL205.56º33.33%31.76%-
HSV(B)205.56º50%42.35%-
XYZ7.488.3615.41-
YUV78.35144.73110.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=21.86%
G=34.41%
B=43.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54851080.500.2100.58205.5633.3331.76
Hex36556C321503Ace2120
Octal6612515462250723164140
Binary1101101010101110110011001010101011101011001110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,85,108); }

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

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

 a { background-color: rgb(54,85,108); }

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

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

 span { border-color: rgb(54,85,108); }

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