Html Css Color HEX #325366 Chathams Blue

📋 copy color: '#325366'

red 50 ◦ green 83 ◦ blue 102

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

Shades of Chathams Blue #325366

Tints of Chathams Blue #325366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

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

R = 21.28%
G = 35.32%
B = 43.4%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#325366 (or 0x325366) is known color: Chathams Blue. HEX triplet: 32, 53 and 66. RGB value is (50,83,102). Sum of RGB (Red+Green+Blue) = 50+83+102=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 102 - color contains mainly: blue. Hex color #325366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325366 is #CDAC99. Grayscale: #4B4B4B. Windows color (decimal): -13479066 or 6705970. OLE color: 6705970.

HSL color Cylindrical-coordinate representation of color #325366: hue angle of 201.92º 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 #325366 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 83 102 -
CMYK 0.51 0.19 0 0.6
HSL 201.92º 0.34% 0.3% -
HSV(B) 201.92º 0.51% 0.4% -
XYZ 6.81 7.82 13.72 -
YUV 75.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 50 83 102 0.51 0.19 0 0.6 201.92 0.34 0.3
Hex 32 53 66 33 13 0 3C CA 22 1E
Octal 62 123 146 63 23 0 74 312 42 36
Binary 110010 1010011 1100110 110011 10011 0 111100 11001010 100010 11110

Color Harmonies of #325366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325366

Black with #325366

Text Example


Text Example

White with #325366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325366; }

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

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

background-color css

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

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

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

border-color css

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

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

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