#354859

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

Shades of Cello #354859

Tints of Cello #354859

Color information

#354859 (or 0x354859) is unknown color: approx Cello. HEX triplet: 35, 48 and 59. RGB value is (53,72,89). Sum of RGB (Red+Green+Blue) = 53+72+89=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #354859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354859 is #CAB7A6. Grayscale: #444444. Windows color (decimal): -13285287 or 5851189. OLE color: 5851189.

HSL color Cylindrical-coordinate representation of color #354859: hue angle of 208.33º 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 #354859 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB537289-
CMYK0.400.1900.65
HSL208.33º25.35%27.84%-
HSV(B)208.33º40.45%34.9%-
XYZ5.596.1110.34-
YUV68.26139.71117.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=24.77%
G=33.64%
B=41.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5372890.400.1900.65208.3325.3527.84
Hex3548592813041d0191c
Octal65110131502301013203134
Binary110101100100010110011010001001101000001110100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354859; }

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

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

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

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

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

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

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

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