#354757

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

Shades of Cello #354757

Tints of Cello #354757

Color information

#354757 (or 0x354757) is unknown color: approx Cello. HEX triplet: 35, 47 and 57. RGB value is (53,71,87). Sum of RGB (Red+Green+Blue) = 53+71+87=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #354757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354757 is #CAB8A8. Grayscale: #434343. Windows color (decimal): -13285545 or 5719861. OLE color: 5719861.

HSL color Cylindrical-coordinate representation of color #354757: hue angle of 208.24º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354757 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB537187-
CMYK0.390.1800.66
HSL208.24º24.29%27.45%-
HSV(B)208.24º39.08%34.12%-
XYZ5.445.959.88-
YUV67.44139.04117.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.12%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=25.12%
G=33.65%
B=41.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5371870.390.1800.66208.2424.2927.45
Hex3547572712042d0181b
Octal65107127472201023203033
Binary110101100011110101111001111001001000010110100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354757; }

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

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

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

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

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

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

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

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