#335160

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

Shades of Cello #335160

Tints of Cello #335160

Color information

#335160 (or 0x335160) is unknown color: approx Cello. HEX triplet: 33, 51 and 60. RGB value is (51,81,96). Sum of RGB (Red+Green+Blue) = 51+81+96=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #335160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335160 is #CCAE9F. Grayscale: #494949. Windows color (decimal): -13414048 or 6312243. OLE color: 6312243.

HSL color Cylindrical-coordinate representation of color #335160: hue angle of 200º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #335160 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB518196-
CMYK0.470.1600.62
HSL200º30.61%28.82%-
HSV(B)200º46.88%37.65%-
XYZ6.427.4312.16-
YUV73.74140.56111.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=22.37%
G=35.53%
B=42.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5181960.470.1600.6220030.6128.82
Hex3351602F1003Ec81f1d
Octal6312114057200763103735
Binary11001110100011100000101111100000111110110010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335160; }

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

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

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

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

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

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

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

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