#354960

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

Shades of Cello #354960

Tints of Cello #354960

Color information

#354960 (or 0x354960) is unknown color: approx Cello. HEX triplet: 35, 49 and 60. RGB value is (53,73,96). Sum of RGB (Red+Green+Blue) = 53+73+96=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #354960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354960 is #CAB69F. Grayscale: #454545. Windows color (decimal): -13285024 or 6310197. OLE color: 6310197.

HSL color Cylindrical-coordinate representation of color #354960: hue angle of 212.09º 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 #354960 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB537396-
CMYK0.450.2400.62
HSL212.09º28.86%29.22%-
HSV(B)212.09º44.79%37.65%-
XYZ5.966.3711.98-
YUV69.64142.87116.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.87%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=23.87%
G=32.88%
B=43.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5373960.450.2400.62212.0928.8629.22
Hex3549602D1803Ed41d1d
Octal6511114055300763243535
Binary11010110010011100000101101110000111110110101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354960; }

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

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

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

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

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

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

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

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