#354760

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

Shades of Cello #354760

Tints of Cello #354760

Color information

#354760 (or 0x354760) is unknown color: approx Cello. HEX triplet: 35, 47 and 60. RGB value is (53,71,96). Sum of RGB (Red+Green+Blue) = 53+71+96=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #354760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354760 is #CAB89F. Grayscale: #444444. Windows color (decimal): -13285536 or 6309685. OLE color: 6309685.

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

Color convert

RGB537196-
CMYK0.450.2600.62
HSL214.88º28.86%29.22%-
HSV(B)214.88º44.79%37.65%-
XYZ5.836.1111.94-
YUV68.47143.54116.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=24.09%
G=32.27%
B=43.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5371960.450.2600.62214.8828.8629.22
Hex3547602D1A03Ed71d1d
Octal6510714055320763273535
Binary11010110001111100000101101110100111110110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354760; }

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

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

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

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

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

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

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

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