Html Css Color HEX #354857 Cello

📋 copy color: '#354857'

red 53 ◦ green 72 ◦ blue 87

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

Shades of Cello #354857

Tints of Cello #354857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

 BLUE value IS 87 (34.38% from 255) = 41.04%

R = 25%
G = 33.96%
B = 41.04%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#354857 (or 0x354857) is known color: Cello. HEX triplet: 35, 48 and 57. RGB value is (53,72,87). Sum of RGB (Red+Green+Blue) = 53+72+87=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #354857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354857 is #CAB7A8. Grayscale: #434343. Windows color (decimal): -13285289 or 5720117. OLE color: 5720117.

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

Color convert

RGB 53 72 87 -
CMYK 0.39 0.17 0 0.66
HSL 206.47º 0.24% 0.27% -
HSV(B) 206.47º 0.39% 0.34% -
XYZ 5.51 6.08 9.9 -
YUV 68.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 53 72 87 0.39 0.17 0 0.66 206.47 0.24 0.27
Hex 35 48 57 27 11 0 42 CE 18 1B
Octal 65 110 127 47 21 0 102 316 30 33
Binary 110101 1001000 1010111 100111 10001 0 1000010 11001110 11000 11011

Color Harmonies of #354857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354857

Black with #354857

Text Example


Text Example

White with #354857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354857; }

 p { color: rgb(53,72,87); }

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

background-color css

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

 a { background-color: rgb(53,72,87); }

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

border-color css

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

 span { border-color: rgb(53,72,87); }

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