#335670

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

Shades of Chathams Blue #335670

Tints of Chathams Blue #335670

Color information

#335670 (or 0x335670) is unknown color: approx Chathams Blue. HEX triplet: 33, 56 and 70. RGB value is (51,86,112). Sum of RGB (Red+Green+Blue) = 51+86+112=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 86 (33.98% from 255 or 34.54% 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 #335670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335670 is #CCA98F. Grayscale: #4E4E4E. Windows color (decimal): -13412752 or 7362099. OLE color: 7362099.

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

Color convert

RGB5186112-
CMYK0.540.2300.56
HSL205.57º37.42%31.96%-
HSV(B)205.57º54.46%43.92%-
XYZ7.628.5316.57-
YUV78.5146.9108.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=20.48%
G=34.54%
B=44.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51861120.540.2300.56205.5737.4231.96
Hex3356703617038ce2520
Octal6312616066270703164540
Binary1100111010110111000011011010111011100011001110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335670; }

 p { color: rgb(51,86,112); }

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

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

 a { background-color: rgb(51,86,112); }

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

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

 span { border-color: rgb(51,86,112); }

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