#325465

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

Shades of Chathams Blue #325465

Tints of Chathams Blue #325465

Color information

#325465 (or 0x325465) is unknown color: approx Chathams Blue. HEX triplet: 32, 54 and 65. RGB value is (50,84,101). Sum of RGB (Red+Green+Blue) = 50+84+101=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #325465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325465 is #CDAB9A. Grayscale: #4B4B4B. Windows color (decimal): -13478811 or 6640690. OLE color: 6640690.

HSL color Cylindrical-coordinate representation of color #325465: hue angle of 200º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325465 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5084101-
CMYK0.500.1700.60
HSL200º33.77%29.61%-
HSV(B)200º50.5%39.61%-
XYZ6.837.9613.49-
YUV75.77142.24109.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=21.28%
G=35.74%
B=42.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50841010.500.1700.6020033.7729.61
Hex325465321103Cc8221e
Octal6212414562210743104236
Binary110010101010011001011100101000101111001100100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325465; }

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

 H1.HeaderClassName
 {
   color: #325465;
 }
 .AnyTagClassName
 {
   color: #325465;
 }
</style>
background-color css

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

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

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

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

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

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