#335568

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

Shades of Chathams Blue #335568

Tints of Chathams Blue #335568

Color information

#335568 (or 0x335568) is unknown color: approx Chathams Blue. HEX triplet: 33, 55 and 68. RGB value is (51,85,104). Sum of RGB (Red+Green+Blue) = 51+85+104=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #335568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335568 is #CCAA97. Grayscale: #4C4C4C. Windows color (decimal): -13413016 or 6837555. OLE color: 6837555.

HSL color Cylindrical-coordinate representation of color #335568: hue angle of 201.51º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #335568 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5185104-
CMYK0.510.1800.59
HSL201.51º34.19%30.39%-
HSV(B)201.51º50.96%40.78%-
XYZ7.118.214.3-
YUV77143.24109.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=21.25%
G=35.42%
B=43.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51851040.510.1800.59201.5134.1930.39
Hex335568331203Bca221e
Octal6312515063220733124236
Binary110011101010111010001100111001001110111100101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335568; }

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

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

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

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

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

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

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

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