#335269

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

Shades of Cello #335269

Tints of Cello #335269

Color information

#335269 (or 0x335269) is unknown color: approx Cello. HEX triplet: 33, 52 and 69. RGB value is (51,82,105). Sum of RGB (Red+Green+Blue) = 51+82+105=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #335269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335269 is #CCAD96. Grayscale: #4B4B4B. Windows color (decimal): -13413783 or 6902323. OLE color: 6902323.

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

Color convert

RGB5182105-
CMYK0.510.2200.59
HSL205.56º34.62%30.59%-
HSV(B)205.56º51.43%41.18%-
XYZ6.937.7614.5-
YUV75.35144.73110.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=21.43%
G=34.45%
B=44.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51821050.510.2200.59205.5634.6230.59
Hex335269331603Bce231f
Octal6312215163260733164337
Binary110011101001011010011100111011001110111100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335269; }

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

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

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

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

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

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

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

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