Html Css Color HEX #354859 Cello

📋 copy color: '#354859'

red 53 ◦ green 72 ◦ blue 89

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

Shades of Cello #354859

Tints of Cello #354859

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 value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 53 72 89 -
CMYK 0.40 0.19 0 0.65
HSL 208.33º 0.25% 0.28% -
HSV(B) 208.33º 0.4% 0.35% -
XYZ 5.59 6.11 10.34 -
YUV 68.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 53 72 89 0.40 0.19 0 0.65 208.33 0.25 0.28
Hex 35 48 59 28 13 0 41 D0 19 1C
Octal 65 110 131 50 23 0 101 320 31 34
Binary 110101 1001000 1011001 101000 10011 0 1000001 11010000 11001 11100

Color Harmonies of #354859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354859

Black with #354859

Text Example


Text Example

White with #354859

Text Example


Text Example

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