Html Css Color HEX #354958 Cello

📋 copy color: '#354958'

red 53 ◦ green 73 ◦ blue 88

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

Shades of Cello #354958

Tints of Cello #354958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 24.77%
G = 34.11%
B = 41.12%

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

#354958 (or 0x354958) is known color: Cello. HEX triplet: 35, 49 and 58. RGB value is (53,73,88). Sum of RGB (Red+Green+Blue) = 53+73+88=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #354958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354958 is #CAB6A7. Grayscale: #444444. Windows color (decimal): -13285032 or 5785909. OLE color: 5785909.

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

Color convert

RGB 53 73 88 -
CMYK 0.40 0.17 0 0.65
HSL 205.71º 0.25% 0.28% -
HSV(B) 205.71º 0.4% 0.35% -
XYZ 5.61 6.23 10.14 -
YUV 68.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 53 73 88 0.40 0.17 0 0.65 205.71 0.25 0.28
Hex 35 49 58 28 11 0 41 CE 19 1C
Octal 65 111 130 50 21 0 101 316 31 34
Binary 110101 1001001 1011000 101000 10001 0 1000001 11001110 11001 11100

Color Harmonies of #354958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354958

Black with #354958

Text Example


Text Example

White with #354958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354958; }

 p { color: rgb(53,73,88); }

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

background-color css

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

 a { background-color: rgb(53,73,88); }

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

border-color css

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

 span { border-color: rgb(53,73,88); }

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