#355160

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

Shades of Cello #355160

Tints of Cello #355160

Color information

#355160 (or 0x355160) is unknown color: approx Cello. HEX triplet: 35, 51 and 60. RGB value is (53,81,96). Sum of RGB (Red+Green+Blue) = 53+81+96=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #355160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355160 is #CAAE9F. Grayscale: #4A4A4A. Windows color (decimal): -13282976 or 6312245. OLE color: 6312245.

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

Color convert

RGB538196-
CMYK0.450.1600.62
HSL200.93º28.86%29.22%-
HSV(B)200.93º44.79%37.65%-
XYZ6.527.4912.17-
YUV74.34140.22112.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=23.04%
G=35.22%
B=41.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5381960.450.1600.62200.9328.8629.22
Hex3551602D1003Ec91d1d
Octal6512114055200763113535
Binary11010110100011100000101101100000111110110010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355160; }

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

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

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

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

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

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

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

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