#355061

Color #355061 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #355061

Tints of Cello #355061

Color information

#355061 (or 0x355061) is unknown color: approx 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

RGB538097-
CMYK0.450.1800.62
HSL203.18º29.33%29.41%-
HSV(B)203.18º45.36%38.04%-
XYZ6.497.3612.39-
YUV73.86141.05113.12-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5380970.450.1800.62203.1829.3329.41
Hex3550612D1203Ecb1d1d
Octal6512014155220763133535
Binary11010110100001100001101101100100111110110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>