#32546A

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

Shades of Chathams Blue #32546A

Tints of Chathams Blue #32546A

Color information

#32546A (or 0x32546A) is unknown color: approx Chathams Blue. HEX triplet: 32, 54 and 6A. RGB value is (50,84,106). Sum of RGB (Red+Green+Blue) = 50+84+106=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #32546A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32546A is #CDAB95. Grayscale: #4C4C4C. Windows color (decimal): -13478806 or 6968370. OLE color: 6968370.

HSL color Cylindrical-coordinate representation of color #32546A: hue angle of 203.57º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32546A is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5084106-
CMYK0.530.2100.58
HSL203.57º35.9%30.59%-
HSV(B)203.57º52.83%41.57%-
XYZ7.098.0614.82-
YUV76.34144.74109.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=20.83%
G=35%
B=44.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50841060.530.2100.58203.5735.930.59
Hex32546A351503Acc241f
Octal6212415265250723144437
Binary110010101010011010101101011010101110101100110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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