#355063

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

Shades of Cello #355063

Tints of Cello #355063

Color information

#355063 (or 0x355063) is unknown color: approx Cello. HEX triplet: 35, 50 and 63. RGB value is (53,80,99). Sum of RGB (Red+Green+Blue) = 53+80+99=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #355063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355063 is #CAAF9C. Grayscale: #494949. Windows color (decimal): -13283229 or 6508597. OLE color: 6508597.

HSL color Cylindrical-coordinate representation of color #355063: hue angle of 204.78º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #355063 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB538099-
CMYK0.460.1900.61
HSL204.78º30.26%29.8%-
HSV(B)204.78º46.46%38.82%-
XYZ6.597.412.88-
YUV74.09142.05112.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=22.84%
G=34.48%
B=42.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5380990.460.1900.61204.7830.2629.8
Hex3550632E1303Dcd1e1e
Octal6512014356230753153636
Binary11010110100001100011101110100110111101110011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355063; }

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

 H1.HeaderClassName
 {
   color: #355063;
 }
 .AnyTagClassName
 {
   color: #355063;
 }
</style>
background-color css

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

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

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

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

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

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