#325467

Color #325467 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #325467

Tints of Chathams Blue #325467

Color information

#325467 (or 0x325467) is unknown color: approx 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

RGB5084103-
CMYK0.510.1800.60
HSL201.51º34.64%30%-
HSV(B)201.51º51.46%40.39%-
XYZ6.93814.01-
YUV76143.24109.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=21.10%
G=35.44%
B=43.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50841030.510.1800.60201.5134.6430
Hex325467331203Cca231e
Octal6212414763220743124336
Binary110010101010011001111100111001001111001100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>