Html Css Color HEX #354960 Cello

📋 copy color: '#354960'

red 53 ◦ green 73 ◦ blue 96

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

Shades of Cello #354960

Tints of Cello #354960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 23.87%
G = 32.88%
B = 43.24%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354960 (or 0x354960) is known color: Cello. HEX triplet: 35, 49 and 60. RGB value is (53,73,96). Sum of RGB (Red+Green+Blue) = 53+73+96=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #354960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354960 is #CAB69F. Grayscale: #454545. Windows color (decimal): -13285024 or 6310197. OLE color: 6310197.

HSL color Cylindrical-coordinate representation of color #354960: hue angle of 212.09º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354960 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 73 96 -
CMYK 0.45 0.24 0 0.62
HSL 212.09º 0.29% 0.29% -
HSV(B) 212.09º 0.45% 0.38% -
XYZ 5.96 6.37 11.98 -
YUV 69.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 53 73 96 0.45 0.24 0 0.62 212.09 0.29 0.29
Hex 35 49 60 2D 18 0 3E D4 1D 1D
Octal 65 111 140 55 30 0 76 324 35 35
Binary 110101 1001001 1100000 101101 11000 0 111110 11010100 11101 11101

Color Harmonies of #354960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354960

Black with #354960

Text Example


Text Example

White with #354960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354960; }

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

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

background-color css

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

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

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

border-color css

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

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

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