Html Css Color HEX #354A59 Cello

📋 copy color: '#354A59'

red 53 ◦ green 74 ◦ blue 89

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

Shades of Cello #354A59

Tints of Cello #354A59

RGB

 RED value IS 53 (21.09% from 255) = 24.54%

 GREEN value IS 74 (29.3% from 255) = 34.26%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 24.54%
G = 34.26%
B = 41.2%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#354A59 (or 0x354A59) is known color: Cello. HEX triplet: 35, 4A and 59. RGB value is (53,74,89). Sum of RGB (Red+Green+Blue) = 53+74+89=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #354A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A59 is #CAB5A6. Grayscale: #454545. Windows color (decimal): -13284775 or 5851701. OLE color: 5851701.

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

Color convert

RGB 53 74 89 -
CMYK 0.40 0.17 0 0.65
HSL 205º 0.25% 0.28% -
HSV(B) 205º 0.4% 0.35% -
XYZ 5.72 6.38 10.38 -
YUV 69.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 53 74 89 0.40 0.17 0 0.65 205 0.25 0.28
Hex 35 4A 59 28 11 0 41 CD 19 1C
Octal 65 112 131 50 21 0 101 315 31 34
Binary 110101 1001010 1011001 101000 10001 0 1000001 11001101 11001 11100

Color Harmonies of #354A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A59

Black with #354A59

Text Example


Text Example

White with #354A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A59; }

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

 H1.HeaderClassName
 {
   color: #354A59;
 }
 .AnyTagClassName
 {
   color: #354A59;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #354A59;
 }
 .BgClassName
 {
   background-color: #354A59;
 }
</style>

border-color css

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

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

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