#36546C

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

Shades of Chathams Blue #36546C

Tints of Chathams Blue #36546C

Color information

#36546C (or 0x36546C) is unknown color: approx Chathams Blue. HEX triplet: 36, 54 and 6C. RGB value is (54,84,108). Sum of RGB (Red+Green+Blue) = 54+84+108=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #36546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36546C is #C9AB93. Grayscale: #4D4D4D. Windows color (decimal): -13216660 or 7099446. OLE color: 7099446.

HSL color Cylindrical-coordinate representation of color #36546C: hue angle of 206.67º 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 #36546C is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5484108-
CMYK0.500.2200.58
HSL206.67º33.33%31.76%-
HSV(B)206.67º50%42.35%-
XYZ7.48.2115.38-
YUV77.77145.06111.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=21.95%
G=34.15%
B=43.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54841080.500.2200.58206.6733.3331.76
Hex36546C321603Acf2120
Octal6612415462260723174140
Binary1101101010100110110011001010110011101011001111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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