#354857

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

Shades of Cello #354857

Tints of Cello #354857

Color information

#354857 (or 0x354857) is unknown color: approx Cello. HEX triplet: 35, 48 and 57. RGB value is (53,72,87). Sum of RGB (Red+Green+Blue) = 53+72+87=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #354857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354857 is #CAB7A8. Grayscale: #434343. Windows color (decimal): -13285289 or 5720117. OLE color: 5720117.

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

Color convert

RGB537287-
CMYK0.390.1700.66
HSL206.47º24.29%27.45%-
HSV(B)206.47º39.08%34.12%-
XYZ5.516.089.9-
YUV68.03138.71117.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=25%
G=33.96%
B=41.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5372870.390.1700.66206.4724.2927.45
Hex3548572711042ce181b
Octal65110127472101023163033
Binary110101100100010101111001111000101000010110011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354857; }

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

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

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

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

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

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

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

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