Html Css Color HEX #355261 Cello

📋 copy color: '#355261'

red 53 ◦ green 82 ◦ blue 97

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

Shades of Cello #355261

Tints of Cello #355261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 22.84%
G = 35.34%
B = 41.81%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355261 (or 0x355261) is known color: Cello. HEX triplet: 35, 52 and 61. RGB value is (53,82,97). Sum of RGB (Red+Green+Blue) = 53+82+97=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #355261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355261 is #CAAD9E. Grayscale: #4A4A4A. Windows color (decimal): -13282719 or 6378037. OLE color: 6378037.

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

Color convert

RGB 53 82 97 -
CMYK 0.45 0.15 0 0.62
HSL 200.45º 0.29% 0.29% -
HSV(B) 200.45º 0.45% 0.38% -
XYZ 6.64 7.65 12.44 -
YUV 75.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 53 82 97 0.45 0.15 0 0.62 200.45 0.29 0.29
Hex 35 52 61 2D F 0 3E C8 1D 1D
Octal 65 122 141 55 17 0 76 310 35 35
Binary 110101 1010010 1100001 101101 1111 0 111110 11001000 11101 11101

Color Harmonies of #355261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355261

Black with #355261

Text Example


Text Example

White with #355261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355261; }

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

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

background-color css

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

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

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

border-color css

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

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

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