#355463

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

Shades of Cello #355463

Tints of Cello #355463

Color information

#355463 (or 0x355463) is unknown color: approx Cello. HEX triplet: 35, 54 and 63. RGB value is (53,84,99). Sum of RGB (Red+Green+Blue) = 53+84+99=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #355463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355463 is #CAAB9C. Grayscale: #4C4C4C. Windows color (decimal): -13282205 or 6509621. OLE color: 6509621.

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

Color convert

RGB538499-
CMYK0.460.1500.61
HSL199.57º30.26%29.8%-
HSV(B)199.57º46.46%38.82%-
XYZ6.89812.99-
YUV76.44140.73111.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=22.46%
G=35.59%
B=41.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5384990.460.1500.61199.5730.2629.8
Hex3554632EF03Dc81e1e
Octal6512414356170753103636
Binary1101011010100110001110111011110111101110010001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355463; }

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

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

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

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

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

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

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

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