#354963

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

Shades of Cello #354963

Tints of Cello #354963

Color information

#354963 (or 0x354963) is unknown color: approx Cello. HEX triplet: 35, 49 and 63. RGB value is (53,73,99). Sum of RGB (Red+Green+Blue) = 53+73+99=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #354963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354963 is #CAB69C. Grayscale: #454545. Windows color (decimal): -13285021 or 6506805. OLE color: 6506805.

HSL color Cylindrical-coordinate representation of color #354963: hue angle of 213.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354963 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB537399-
CMYK0.460.2600.61
HSL213.91º30.26%29.8%-
HSV(B)213.91º46.46%38.82%-
XYZ6.16.4212.72-
YUV69.98144.37115.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 99 (39.06% from 255) = 44%
R=23.56%
G=32.44%
B=44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5373990.460.2600.61213.9130.2629.8
Hex3549632E1A03Dd61e1e
Octal6511114356320753263636
Binary11010110010011100011101110110100111101110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354963; }

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

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

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

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

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

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

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

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