#354756

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

Shades of Cello #354756

Tints of Cello #354756

Color information

#354756 (or 0x354756) is unknown color: approx Cello. HEX triplet: 35, 47 and 56. RGB value is (53,71,86). Sum of RGB (Red+Green+Blue) = 53+71+86=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #354756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354756 is #CAB8A9. Grayscale: #434343. Windows color (decimal): -13285546 or 5654325. OLE color: 5654325.

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

Color convert

RGB537186-
CMYK0.380.1700.66
HSL207.27º23.74%27.25%-
HSV(B)207.27º38.37%33.73%-
XYZ5.45.949.67-
YUV67.33138.54117.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=25.24%
G=33.81%
B=40.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5371860.380.1700.66207.2723.7427.25
Hex3547562611042cf181b
Octal65107126462101023173033
Binary110101100011110101101001101000101000010110011111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354756; }

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

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

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

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

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

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

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

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