Html Css Color HEX #354959 Cello

📋 copy color: '#354959'

red 53 ◦ green 73 ◦ blue 89

#354959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #354959

Tints of Cello #354959

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.4%

R = 24.65%
G = 33.95%
B = 41.4%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354959 (or 0x354959) is known color: 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

RGB 53 73 89 -
CMYK 0.40 0.18 0 0.65
HSL 206.67º 0.25% 0.28% -
HSV(B) 206.67º 0.4% 0.35% -
XYZ 5.65 6.24 10.36 -
YUV 68.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 53 73 89 0.40 0.18 0 0.65 206.67 0.25 0.28
Hex 35 49 59 28 12 0 41 CF 19 1C
Octal 65 111 131 50 22 0 101 317 31 34
Binary 110101 1001001 1011001 101000 10010 0 1000001 11001111 11001 11100

Color Harmonies of #354959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354959

Black with #354959

Text Example


Text Example

White with #354959

Text Example


Text Example

HTML Codes & Css Web 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>