#335169

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

Shades of Cello #335169

Tints of Cello #335169

Color information

#335169 (or 0x335169) is unknown color: approx Cello. HEX triplet: 33, 51 and 69. RGB value is (51,81,105). Sum of RGB (Red+Green+Blue) = 51+81+105=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #335169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335169 is #CCAE96. Grayscale: #4A4A4A. Windows color (decimal): -13414039 or 6902067. OLE color: 6902067.

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

Color convert

RGB5181105-
CMYK0.510.2300.59
HSL206.67º34.62%30.59%-
HSV(B)206.67º51.43%41.18%-
XYZ6.867.6114.47-
YUV74.77145.06111.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 105 (41.41% from 255) = 44.30%
R=21.52%
G=34.18%
B=44.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51811050.510.2300.59206.6734.6230.59
Hex335169331703Bcf231f
Octal6312115163270733174337
Binary110011101000111010011100111011101110111100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335169; }

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

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

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

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

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

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

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

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