Html Css Color HEX #325568 Chathams Blue

📋 copy color: '#325568'

red 50 ◦ green 85 ◦ blue 104

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

Shades of Chathams Blue #325568

Tints of Chathams Blue #325568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 20.92%
G = 35.56%
B = 43.51%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325568 (or 0x325568) is known color: Chathams Blue. HEX triplet: 32, 55 and 68. RGB value is (50,85,104). Sum of RGB (Red+Green+Blue) = 50+85+104=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #325568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325568 is #CDAA97. Grayscale: #4C4C4C. Windows color (decimal): -13478552 or 6837554. OLE color: 6837554.

HSL color Cylindrical-coordinate representation of color #325568: hue angle of 201.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #325568 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 85 104 -
CMYK 0.52 0.18 0 0.59
HSL 201.11º 0.35% 0.3% -
HSV(B) 201.11º 0.52% 0.41% -
XYZ 7.06 8.17 14.3 -
YUV 76.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 50 85 104 0.52 0.18 0 0.59 201.11 0.35 0.3
Hex 32 55 68 34 12 0 3B C9 23 1E
Octal 62 125 150 64 22 0 73 311 43 36
Binary 110010 1010101 1101000 110100 10010 0 111011 11001001 100011 11110

Color Harmonies of #325568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325568

Black with #325568

Text Example


Text Example

White with #325568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325568; }

 p { color: rgb(50,85,104); }

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

background-color css

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

 a { background-color: rgb(50,85,104); }

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

border-color css

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

 span { border-color: rgb(50,85,104); }

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