Html Css Color HEX #355161 Cello

📋 copy color: '#355161'

red 53 ◦ green 81 ◦ blue 97

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

Shades of Cello #355161

Tints of Cello #355161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

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

R = 22.94%
G = 35.06%
B = 41.99%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355161 (or 0x355161) is known color: Cello. HEX triplet: 35, 51 and 61. RGB value is (53,81,97). Sum of RGB (Red+Green+Blue) = 53+81+97=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #355161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355161 is #CAAE9E. Grayscale: #4A4A4A. Windows color (decimal): -13282975 or 6377781. OLE color: 6377781.

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

Color convert

RGB 53 81 97 -
CMYK 0.45 0.16 0 0.62
HSL 201.82º 0.29% 0.29% -
HSV(B) 201.82º 0.45% 0.38% -
XYZ 6.57 7.5 12.41 -
YUV 74.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 53 81 97 0.45 0.16 0 0.62 201.82 0.29 0.29
Hex 35 51 61 2D 10 0 3E CA 1D 1D
Octal 65 121 141 55 20 0 76 312 35 35
Binary 110101 1010001 1100001 101101 10000 0 111110 11001010 11101 11101

Color Harmonies of #355161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355161

Black with #355161

Text Example


Text Example

White with #355161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355161; }

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

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

background-color css

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

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

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

border-color css

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

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

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