#335368

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

Shades of Chathams Blue #335368

Tints of Chathams Blue #335368

Color information

#335368 (or 0x335368) is unknown color: approx Chathams Blue. HEX triplet: 33, 53 and 68. RGB value is (51,83,104). Sum of RGB (Red+Green+Blue) = 51+83+104=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #335368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335368 is #CCAC97. Grayscale: #4B4B4B. Windows color (decimal): -13413528 or 6837043. OLE color: 6837043.

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

Color convert

RGB5183104-
CMYK0.510.2000.59
HSL203.77º34.19%30.39%-
HSV(B)203.77º50.96%40.78%-
XYZ6.967.8914.25-
YUV75.83143.9110.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=21.43%
G=34.87%
B=43.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51831040.510.2000.59203.7734.1930.39
Hex335368331403Bcc221e
Octal6312315063240733144236
Binary110011101001111010001100111010001110111100110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335368; }

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

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

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

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

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

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

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

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