#354959

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

Shades of Cello #354959

Tints of Cello #354959

Color information

#354959 (or 0x354959) is unknown color: approx Cello. HEX triplet: 35, 49 and 59. RGB value is (53,73,89). Sum of RGB (Red+Green+Blue) = 53+73+89=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #354959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354959 is #CAB6A6. Grayscale: #444444. Windows color (decimal): -13285031 or 5851445. OLE color: 5851445.

HSL color Cylindrical-coordinate representation of color #354959: hue angle of 206.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354959 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537389-
CMYK0.400.1800.65
HSL206.67º25.35%27.84%-
HSV(B)206.67º40.45%34.9%-
XYZ5.656.2410.36-
YUV68.84139.37116.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=24.65%
G=33.95%
B=41.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5373890.400.1800.65206.6725.3527.84
Hex3549592812041cf191c
Octal65111131502201013173134
Binary110101100100110110011010001001001000001110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354959; }

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

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

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

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

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

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

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

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