#354957

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

Shades of Cello #354957

Tints of Cello #354957

Color information

#354957 (or 0x354957) is unknown color: approx Cello. HEX triplet: 35, 49 and 57. RGB value is (53,73,87). Sum of RGB (Red+Green+Blue) = 53+73+87=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #354957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354957 is #CAB6A8. Grayscale: #444444. Windows color (decimal): -13285033 or 5720373. OLE color: 5720373.

HSL color Cylindrical-coordinate representation of color #354957: hue angle of 204.71º 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 #354957 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB537387-
CMYK0.390.1600.66
HSL204.71º24.29%27.45%-
HSV(B)204.71º39.08%34.12%-
XYZ5.576.219.92-
YUV68.62138.37116.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=24.88%
G=34.27%
B=40.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5373870.390.1600.66204.7124.2927.45
Hex3549572710042cd181b
Octal65111127472001023153033
Binary110101100100110101111001111000001000010110011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354957; }

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

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

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

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

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

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

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

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