#354863

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

Shades of Cello #354863

Tints of Cello #354863

Color information

#354863 (or 0x354863) is unknown color: approx Cello. HEX triplet: 35, 48 and 63. RGB value is (53,72,99). Sum of RGB (Red+Green+Blue) = 53+72+99=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #354863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354863 is #CAB79C. Grayscale: #454545. Windows color (decimal): -13285277 or 6506549. OLE color: 6506549.

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

Color convert

RGB537299-
CMYK0.460.2700.61
HSL215.22º30.26%29.8%-
HSV(B)215.22º46.46%38.82%-
XYZ6.046.2912.7-
YUV69.4144.71116.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.66%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=23.66%
G=32.14%
B=44.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5372990.460.2700.61215.2230.2629.8
Hex3548632E1B03Dd71e1e
Octal6511014356330753273636
Binary11010110010001100011101110110110111101110101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354863; }

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

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

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

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

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

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

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

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