Html Css Color HEX #354756 Cello

📋 copy color: '#354756'

red 53 ◦ green 71 ◦ blue 86

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

Shades of Cello #354756

Tints of Cello #354756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 25.24%
G = 33.81%
B = 40.95%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354756 (or 0x354756) is known color: Cello. HEX triplet: 35, 47 and 56. RGB value is (53,71,86). Sum of RGB (Red+Green+Blue) = 53+71+86=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #354756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354756 is #CAB8A9. Grayscale: #434343. Windows color (decimal): -13285546 or 5654325. OLE color: 5654325.

HSL color Cylindrical-coordinate representation of color #354756: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354756 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 71 86 -
CMYK 0.38 0.17 0 0.66
HSL 207.27º 0.24% 0.27% -
HSV(B) 207.27º 0.38% 0.34% -
XYZ 5.4 5.94 9.67 -
YUV 67.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 53 71 86 0.38 0.17 0 0.66 207.27 0.24 0.27
Hex 35 47 56 26 11 0 42 CF 18 1B
Octal 65 107 126 46 21 0 102 317 30 33
Binary 110101 1000111 1010110 100110 10001 0 1000010 11001111 11000 11011

Color Harmonies of #354756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354756

Black with #354756

Text Example


Text Example

White with #354756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354756; }

 p { color: rgb(53,71,86); }

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

background-color css

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

 a { background-color: rgb(53,71,86); }

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

border-color css

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

 span { border-color: rgb(53,71,86); }

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