#354858

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

Shades of Cello #354858

Tints of Cello #354858

Color information

#354858 (or 0x354858) is unknown color: approx Cello. HEX triplet: 35, 48 and 58. RGB value is (53,72,88). Sum of RGB (Red+Green+Blue) = 53+72+88=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #354858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354858 is #CAB7A7. Grayscale: #444444. Windows color (decimal): -13285288 or 5785653. OLE color: 5785653.

HSL color Cylindrical-coordinate representation of color #354858: hue angle of 207.43º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354858 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537288-
CMYK0.400.1800.65
HSL207.43º24.82%27.65%-
HSV(B)207.43º39.77%34.51%-
XYZ5.556.110.12-
YUV68.14139.21117.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=24.88%
G=33.80%
B=41.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5372880.400.1800.65207.4324.8227.65
Hex3548582812041cf191c
Octal65110130502201013173134
Binary110101100100010110001010001001001000001110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354858; }

 p { color: rgb(53,72,88); }

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

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

 a { background-color: rgb(53,72,88); }

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

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

 span { border-color: rgb(53,72,88); }

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