#325973

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

Shades of Chathams Blue #325973

Tints of Chathams Blue #325973

Color information

#325973 (or 0x325973) is unknown color: approx Chathams Blue. HEX triplet: 32, 59 and 73. RGB value is (50,89,115). Sum of RGB (Red+Green+Blue) = 50+89+115=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #325973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325973 is #CDA68C. Grayscale: #505050. Windows color (decimal): -13477517 or 7559474. OLE color: 7559474.

HSL color Cylindrical-coordinate representation of color #325973: hue angle of 204º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #325973 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5089115-
CMYK0.570.2300.55
HSL204º39.39%32.35%-
HSV(B)204º56.52%45.1%-
XYZ7.989.0617.55-
YUV80.3147.58106.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=19.69%
G=35.04%
B=45.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50891150.570.2300.5520439.3932.35
Hex3259733917037cc2720
Octal6213116371270673144740
Binary1100101011001111001111100110111011011111001100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325973; }

 p { color: rgb(50,89,115); }

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

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

 a { background-color: rgb(50,89,115); }

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

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

 span { border-color: rgb(50,89,115); }

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