Html Css Color HEX #325670 Chathams Blue

📋 copy color: '#325670'

red 50 ◦ green 86 ◦ blue 112

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

Shades of Chathams Blue #325670

Tints of Chathams Blue #325670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 20.16%
G = 34.68%
B = 45.16%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#325670 (or 0x325670) is known color: Chathams Blue. HEX triplet: 32, 56 and 70. RGB value is (50,86,112). Sum of RGB (Red+Green+Blue) = 50+86+112=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #325670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325670 is #CDA98F. Grayscale: #4E4E4E. Windows color (decimal): -13478288 or 7362098. OLE color: 7362098.

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

Color convert

RGB 50 86 112 -
CMYK 0.55 0.23 0 0.56
HSL 205.16º 0.38% 0.32% -
HSV(B) 205.16º 0.55% 0.44% -
XYZ 7.57 8.5 16.57 -
YUV 78.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 50 86 112 0.55 0.23 0 0.56 205.16 0.38 0.32
Hex 32 56 70 37 17 0 38 CD 26 20
Octal 62 126 160 67 27 0 70 315 46 40
Binary 110010 1010110 1110000 110111 10111 0 111000 11001101 100110 100000

Color Harmonies of #325670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325670

Black with #325670

Text Example


Text Example

White with #325670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325670; }

 p { color: rgb(50,86,112); }

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

background-color css

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

 a { background-color: rgb(50,86,112); }

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

border-color css

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

 span { border-color: rgb(50,86,112); }

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