Html Css Color HEX #325467 Chathams Blue

📋 copy color: '#325467'

red 50 ◦ green 84 ◦ blue 103

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

Shades of Chathams Blue #325467

Tints of Chathams Blue #325467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 21.1%
G = 35.44%
B = 43.46%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325467 (or 0x325467) is known color: Chathams Blue. HEX triplet: 32, 54 and 67. RGB value is (50,84,103). Sum of RGB (Red+Green+Blue) = 50+84+103=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #325467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325467 is #CDAB98. Grayscale: #4B4B4B. Windows color (decimal): -13478809 or 6771762. OLE color: 6771762.

HSL color Cylindrical-coordinate representation of color #325467: hue angle of 201.51º degrees, saturation: 0.35, 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 #325467 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 84 103 -
CMYK 0.51 0.18 0 0.60
HSL 201.51º 0.35% 0.3% -
HSV(B) 201.51º 0.51% 0.4% -
XYZ 6.93 8 14.01 -
YUV 76 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 50 84 103 0.51 0.18 0 0.60 201.51 0.35 0.3
Hex 32 54 67 33 12 0 3C CA 23 1E
Octal 62 124 147 63 22 0 74 312 43 36
Binary 110010 1010100 1100111 110011 10010 0 111100 11001010 100011 11110

Color Harmonies of #325467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325467

Black with #325467

Text Example


Text Example

White with #325467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325467; }

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

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

background-color css

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

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

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

border-color css

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

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

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