#335369

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

Shades of Chathams Blue #335369

Tints of Chathams Blue #335369

Color information

#335369 (or 0x335369) is unknown color: approx Chathams Blue. HEX triplet: 33, 53 and 69. RGB value is (51,83,105). Sum of RGB (Red+Green+Blue) = 51+83+105=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #335369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335369 is #CCAC96. Grayscale: #4B4B4B. Windows color (decimal): -13413527 or 6902579. OLE color: 6902579.

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

Color convert

RGB5183105-
CMYK0.510.2100.59
HSL204.44º34.62%30.59%-
HSV(B)204.44º51.43%41.18%-
XYZ7.017.9114.52-
YUV75.94144.4110.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=21.34%
G=34.73%
B=43.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51831050.510.2100.59204.4434.6230.59
Hex335369331503Bcc231f
Octal6312315163250733144337
Binary110011101001111010011100111010101110111100110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335369; }

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

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

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

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

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

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

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

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