#32546B

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

Shades of Chathams Blue #32546B

Tints of Chathams Blue #32546B

Color information

#32546B (or 0x32546B) is unknown color: approx Chathams Blue. HEX triplet: 32, 54 and 6B. RGB value is (50,84,107). Sum of RGB (Red+Green+Blue) = 50+84+107=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #32546B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32546B is #CDAB94. Grayscale: #4C4C4C. Windows color (decimal): -13478805 or 7033906. OLE color: 7033906.

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

Color convert

RGB5084107-
CMYK0.530.2100.58
HSL204.21º36.31%30.78%-
HSV(B)204.21º53.27%41.96%-
XYZ7.148.0815.09-
YUV76.46145.24109.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=20.75%
G=34.85%
B=44.40%

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
Decimal50841070.530.2100.58204.2136.3130.78
Hex32546B351503Acc241f
Octal6212415365250723144437
Binary110010101010011010111101011010101110101100110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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