Html Css Color HEX #355061 Cello

📋 copy color: '#355061'

red 53 ◦ green 80 ◦ blue 97

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

Shades of Cello #355061

Tints of Cello #355061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.78%

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

R = 23.04%
G = 34.78%
B = 42.17%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#355061 (or 0x355061) is known color: Cello. HEX triplet: 35, 50 and 61. RGB value is (53,80,97). Sum of RGB (Red+Green+Blue) = 53+80+97=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #355061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355061 is #CAAF9E. Grayscale: #494949. Windows color (decimal): -13283231 or 6377525. OLE color: 6377525.

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

Color convert

RGB 53 80 97 -
CMYK 0.45 0.18 0 0.62
HSL 203.18º 0.29% 0.29% -
HSV(B) 203.18º 0.45% 0.38% -
XYZ 6.49 7.36 12.39 -
YUV 73.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 53 80 97 0.45 0.18 0 0.62 203.18 0.29 0.29
Hex 35 50 61 2D 12 0 3E CB 1D 1D
Octal 65 120 141 55 22 0 76 313 35 35
Binary 110101 1010000 1100001 101101 10010 0 111110 11001011 11101 11101

Color Harmonies of #355061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355061

Black with #355061

Text Example


Text Example

White with #355061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355061; }

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

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

background-color css

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

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

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

border-color css

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

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

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