Html Css Color HEX #354861 Cello

📋 copy color: '#354861'

red 53 ◦ green 72 ◦ blue 97

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

Shades of Cello #354861

Tints of Cello #354861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.69%

R = 23.87%
G = 32.43%
B = 43.69%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#354861 (or 0x354861) is known color: Cello. HEX triplet: 35, 48 and 61. RGB value is (53,72,97). Sum of RGB (Red+Green+Blue) = 53+72+97=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #354861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354861 is #CAB79E. Grayscale: #454545. Windows color (decimal): -13285279 or 6375477. OLE color: 6375477.

HSL color Cylindrical-coordinate representation of color #354861: hue angle of 214.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 #354861 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 72 97 -
CMYK 0.45 0.26 0 0.62
HSL 214.09º 0.29% 0.29% -
HSV(B) 214.09º 0.45% 0.38% -
XYZ 5.94 6.25 12.2 -
YUV 69.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 53 72 97 0.45 0.26 0 0.62 214.09 0.29 0.29
Hex 35 48 61 2D 1A 0 3E D6 1D 1D
Octal 65 110 141 55 32 0 76 326 35 35
Binary 110101 1001000 1100001 101101 11010 0 111110 11010110 11101 11101

Color Harmonies of #354861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354861

Black with #354861

Text Example


Text Example

White with #354861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354861; }

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

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

background-color css

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

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

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

border-color css

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

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

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