#354759

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

Shades of Cello #354759

Tints of Cello #354759

Color information

#354759 (or 0x354759) is unknown color: approx Cello. HEX triplet: 35, 47 and 59. RGB value is (53,71,89). Sum of RGB (Red+Green+Blue) = 53+71+89=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #354759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354759 is #CAB8A6. Grayscale: #434343. Windows color (decimal): -13285543 or 5850933. OLE color: 5850933.

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

Color convert

RGB537189-
CMYK0.400.2000.65
HSL210º25.35%27.84%-
HSV(B)210º40.45%34.9%-
XYZ5.525.9810.32-
YUV67.67140.04117.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=24.88%
G=33.33%
B=41.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5371890.400.2000.6521025.3527.84
Hex3547592814041d2191c
Octal65107131502401013223134
Binary110101100011110110011010001010001000001110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354759; }

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

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

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

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

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

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

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

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