#335468

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

Shades of Chathams Blue #335468

Tints of Chathams Blue #335468

Color information

#335468 (or 0x335468) is unknown color: approx Chathams Blue. HEX triplet: 33, 54 and 68. RGB value is (51,84,104). Sum of RGB (Red+Green+Blue) = 51+84+104=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 84 (33.20% from 255 or 35.15% 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 #335468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335468 is #CCAB97. Grayscale: #4C4C4C. Windows color (decimal): -13413272 or 6837299. OLE color: 6837299.

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

Color convert

RGB5184104-
CMYK0.510.1900.59
HSL202.64º34.19%30.39%-
HSV(B)202.64º50.96%40.78%-
XYZ7.038.0414.28-
YUV76.41143.57109.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=21.34%
G=35.15%
B=43.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51841040.510.1900.59202.6434.1930.39
Hex335468331303Bcb221e
Octal6312415063230733134236
Binary110011101010011010001100111001101110111100101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335468; }

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

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

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

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

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

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

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

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