Html Css Color HEX #325771 Chathams Blue

📋 copy color: '#325771'

red 50 ◦ green 87 ◦ blue 113

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

Shades of Chathams Blue #325771

Tints of Chathams Blue #325771

RGB

 RED value IS 50 (19.92% from 255) = 20%

 GREEN value IS 87 (34.38% from 255) = 34.8%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 20%
G = 34.8%
B = 45.2%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325771 (or 0x325771) is known color: Chathams Blue. HEX triplet: 32, 57 and 71. RGB value is (50,87,113). Sum of RGB (Red+Green+Blue) = 50+87+113=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #325771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325771 is #CDA88E. Grayscale: #4E4E4E. Windows color (decimal): -13478031 or 7427890. OLE color: 7427890.

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

Color convert

RGB 50 87 113 -
CMYK 0.56 0.23 0 0.56
HSL 204.76º 0.39% 0.32% -
HSV(B) 204.76º 0.56% 0.44% -
XYZ 7.7 8.69 16.89 -
YUV 78.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 50 87 113 0.56 0.23 0 0.56 204.76 0.39 0.32
Hex 32 57 71 38 17 0 38 CD 27 20
Octal 62 127 161 70 27 0 70 315 47 40
Binary 110010 1010111 1110001 111000 10111 0 111000 11001101 100111 100000

Color Harmonies of #325771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325771

Black with #325771

Text Example


Text Example

White with #325771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325771; }

 p { color: rgb(50,87,113); }

 H1.HeaderClassName
 {
   color: #325771;
 }
 .AnyTagClassName
 {
   color: #325771;
 }
</style>

background-color css

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

 a { background-color: rgb(50,87,113); }

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

border-color css

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

 span { border-color: rgb(50,87,113); }

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