#325770

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

Shades of Chathams Blue #325770

Tints of Chathams Blue #325770

Color information

#325770 (or 0x325770) is unknown color: approx Chathams Blue. HEX triplet: 32, 57 and 70. RGB value is (50,87,112). Sum of RGB (Red+Green+Blue) = 50+87+112=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #325770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325770 is #CDA88F. Grayscale: #4E4E4E. Windows color (decimal): -13478032 or 7362354. OLE color: 7362354.

HSL color Cylindrical-coordinate representation of color #325770: hue angle of 204.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #325770 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5087112-
CMYK0.550.2200.56
HSL204.19º38.27%31.76%-
HSV(B)204.19º55.36%43.92%-
XYZ7.658.6616.6-
YUV78.79146.74107.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=20.08%
G=34.94%
B=44.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50871120.550.2200.56204.1938.2731.76
Hex3257703716038cc2620
Octal6212716067260703144640
Binary1100101010111111000011011110110011100011001100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325770; }

 p { color: rgb(50,87,112); }

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

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

 a { background-color: rgb(50,87,112); }

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

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

 span { border-color: rgb(50,87,112); }

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