Html Css Color HEX #325369 Chathams Blue

📋 copy color: '#325369'

red 50 ◦ green 83 ◦ blue 105

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

Shades of Chathams Blue #325369

Tints of Chathams Blue #325369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 21.01%
G = 34.87%
B = 44.12%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#325369 (or 0x325369) is known color: Chathams Blue. HEX triplet: 32, 53 and 69. RGB value is (50,83,105). Sum of RGB (Red+Green+Blue) = 50+83+105=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #325369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325369 is #CDAC96. Grayscale: #4B4B4B. Windows color (decimal): -13479063 or 6902578. OLE color: 6902578.

HSL color Cylindrical-coordinate representation of color #325369: hue angle of 204º 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 #325369 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 83 105 -
CMYK 0.52 0.21 0 0.59
HSL 204º 0.35% 0.3% -
HSV(B) 204º 0.52% 0.41% -
XYZ 6.96 7.88 14.52 -
YUV 75.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 50 83 105 0.52 0.21 0 0.59 204 0.35 0.3
Hex 32 53 69 34 15 0 3B CC 23 1E
Octal 62 123 151 64 25 0 73 314 43 36
Binary 110010 1010011 1101001 110100 10101 0 111011 11001100 100011 11110

Color Harmonies of #325369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325369

Black with #325369

Text Example


Text Example

White with #325369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325369; }

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

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

background-color css

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

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

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

border-color css

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

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

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