#325568

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

Shades of Chathams Blue #325568

Tints of Chathams Blue #325568

Color information

#325568 (or 0x325568) is unknown color: approx Chathams Blue. HEX triplet: 32, 55 and 68. RGB value is (50,85,104). Sum of RGB (Red+Green+Blue) = 50+85+104=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #325568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325568 is #CDAA97. Grayscale: #4C4C4C. Windows color (decimal): -13478552 or 6837554. OLE color: 6837554.

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

Color convert

RGB5085104-
CMYK0.520.1800.59
HSL201.11º35.06%30.2%-
HSV(B)201.11º51.92%40.78%-
XYZ7.068.1714.3-
YUV76.7143.4108.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=20.92%
G=35.56%
B=43.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50851040.520.1800.59201.1135.0630.2
Hex325568341203Bc9231e
Octal6212515064220733114336
Binary110010101010111010001101001001001110111100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325568; }

 p { color: rgb(50,85,104); }

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

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

 a { background-color: rgb(50,85,104); }

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

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

 span { border-color: rgb(50,85,104); }

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