Html Css Color HEX #325973 Chathams Blue

📋 copy color: '#325973'

red 50 ◦ green 89 ◦ blue 115

#325973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #325973

Tints of Chathams Blue #325973

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 value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#325973 (or 0x325973) is known color: 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

RGB 50 89 115 -
CMYK 0.57 0.23 0 0.55
HSL 204º 0.39% 0.32% -
HSV(B) 204º 0.57% 0.45% -
XYZ 7.98 9.06 17.55 -
YUV 80.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 50 89 115 0.57 0.23 0 0.55 204 0.39 0.32
Hex 32 59 73 39 17 0 37 CC 27 20
Octal 62 131 163 71 27 0 67 314 47 40
Binary 110010 1011001 1110011 111001 10111 0 110111 11001100 100111 100000

Color Harmonies of #325973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325973

Black with #325973

Text Example


Text Example

White with #325973

Text Example


Text Example

HTML Codes & Css Web 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>