#32566C

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

Shades of Chathams Blue #32566C

Tints of Chathams Blue #32566C

Color information

#32566C (or 0x32566C) is unknown color: approx Chathams Blue. HEX triplet: 32, 56 and 6C. RGB value is (50,86,108). Sum of RGB (Red+Green+Blue) = 50+86+108=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #32566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32566C is #CDA993. Grayscale: #4D4D4D. Windows color (decimal): -13478292 or 7099954. OLE color: 7099954.

HSL color Cylindrical-coordinate representation of color #32566C: hue angle of 202.76º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32566C is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5086108-
CMYK0.540.2000.58
HSL202.76º36.71%30.98%-
HSV(B)202.76º53.7%42.35%-
XYZ7.358.4215.42-
YUV77.74145.07108.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=20.49%
G=35.25%
B=44.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50861080.540.2000.58202.7636.7130.98
Hex32566C361403Acb251f
Octal6212615466240723134537
Binary110010101011011011001101101010001110101100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,86,108); }

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

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

 a { background-color: rgb(50,86,108); }

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

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

 span { border-color: rgb(50,86,108); }

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