#32566E

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

Shades of Chathams Blue #32566E

Tints of Chathams Blue #32566E

Color information

#32566E (or 0x32566E) is unknown color: approx Chathams Blue. HEX triplet: 32, 56 and 6E. RGB value is (50,86,110). Sum of RGB (Red+Green+Blue) = 50+86+110=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #32566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32566E is #CDA991. Grayscale: #4D4D4D. Windows color (decimal): -13478290 or 7231026. OLE color: 7231026.

HSL color Cylindrical-coordinate representation of color #32566E: hue angle of 204º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32566E is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5086110-
CMYK0.550.2200.57
HSL204º37.5%31.37%-
HSV(B)204º54.55%43.14%-
XYZ7.468.4615.99-
YUV77.97146.07108.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=20.33%
G=34.96%
B=44.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50861100.550.2200.5720437.531.37
Hex32566E3716039cc261f
Octal6212615667260713144637
Binary110010101011011011101101111011001110011100110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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