#335466

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

Shades of Chathams Blue #335466

Tints of Chathams Blue #335466

Color information

#335466 (or 0x335466) is unknown color: approx Chathams Blue. HEX triplet: 33, 54 and 66. RGB value is (51,84,102). Sum of RGB (Red+Green+Blue) = 51+84+102=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #335466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335466 is #CCAB99. Grayscale: #4C4C4C. Windows color (decimal): -13413274 or 6706227. OLE color: 6706227.

HSL color Cylindrical-coordinate representation of color #335466: hue angle of 201.18º degrees, saturation: 0.33, 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 #335466 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5184102-
CMYK0.50.1800.6
HSL201.18º33.33%30%-
HSV(B)201.18º50%40%-
XYZ6.93813.75-
YUV76.18142.57110.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=21.52%
G=35.44%
B=43.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51841020.50.1800.6201.1833.3330
Hex335466321203Cc9211e
Octal6312414662220743114136
Binary110011101010011001101100101001001111001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335466; }

 p { color: rgb(51,84,102); }

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

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

 a { background-color: rgb(51,84,102); }

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

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

 span { border-color: rgb(51,84,102); }

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