#32546D

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

Shades of Chathams Blue #32546D

Tints of Chathams Blue #32546D

Color information

#32546D (or 0x32546D) is unknown color: approx Chathams Blue. HEX triplet: 32, 54 and 6D. RGB value is (50,84,109). Sum of RGB (Red+Green+Blue) = 50+84+109=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #32546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32546D is #CDAB92. Grayscale: #4C4C4C. Windows color (decimal): -13478803 or 7164978. OLE color: 7164978.

HSL color Cylindrical-coordinate representation of color #32546D: hue angle of 205.42º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32546D is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5084109-
CMYK0.540.2300.57
HSL205.42º37.11%31.18%-
HSV(B)205.42º54.13%42.75%-
XYZ7.258.1215.65-
YUV76.68146.24108.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=20.58%
G=34.57%
B=44.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50841090.540.2300.57205.4237.1131.18
Hex32546D3617039cd251f
Octal6212415566270713154537
Binary110010101010011011011101101011101110011100110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32546D; }

 p { color: rgb(50,84,109); }

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

<style>
 a { background-color: #32546D; }

 a { background-color: rgb(50,84,109); }

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

<style>
 span { border-color: #32546D; }

 span { border-color: rgb(50,84,109); }

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