Html Css Color HEX #325466 Chathams Blue

📋 copy color: '#325466'

red 50 ◦ green 84 ◦ blue 102

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

Shades of Chathams Blue #325466

Tints of Chathams Blue #325466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 21.19%
G = 35.59%
B = 43.22%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#325466 (or 0x325466) is known color: Chathams Blue. HEX triplet: 32, 54 and 66. RGB value is (50,84,102). Sum of RGB (Red+Green+Blue) = 50+84+102=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #325466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325466 is #CDAB99. Grayscale: #4B4B4B. Windows color (decimal): -13478810 or 6706226. OLE color: 6706226.

HSL color Cylindrical-coordinate representation of color #325466: hue angle of 200.77º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #325466 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 84 102 -
CMYK 0.51 0.18 0 0.6
HSL 200.77º 0.34% 0.3% -
HSV(B) 200.77º 0.51% 0.4% -
XYZ 6.88 7.98 13.75 -
YUV 75.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 50 84 102 0.51 0.18 0 0.6 200.77 0.34 0.3
Hex 32 54 66 33 12 0 3C C9 22 1E
Octal 62 124 146 63 22 0 74 311 42 36
Binary 110010 1010100 1100110 110011 10010 0 111100 11001001 100010 11110

Color Harmonies of #325466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325466

Black with #325466

Text Example


Text Example

White with #325466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325466; }

 p { color: rgb(50,84,102); }

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

background-color css

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

 a { background-color: rgb(50,84,102); }

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

border-color css

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

 span { border-color: rgb(50,84,102); }

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