#32556C

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

Shades of Chathams Blue #32556C

Tints of Chathams Blue #32556C

Color information

#32556C (or 0x32556C) is unknown color: approx Chathams Blue. HEX triplet: 32, 55 and 6C. RGB value is (50,85,108). Sum of RGB (Red+Green+Blue) = 50+85+108=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #32556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32556C is #CDAA93. Grayscale: #4D4D4D. Windows color (decimal): -13478548 or 7099698. OLE color: 7099698.

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

Color convert

RGB5085108-
CMYK0.540.2100.58
HSL203.79º36.71%30.98%-
HSV(B)203.79º53.7%42.35%-
XYZ7.278.2615.4-
YUV77.16145.4108.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=20.58%
G=34.98%
B=44.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50851080.540.2100.58203.7936.7130.98
Hex32556C361503Acc251f
Octal6212515466250723144537
Binary110010101010111011001101101010101110101100110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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