#353099

Color #353099 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #353099

Tints of Dark Slate Blue #353099

Color information

#353099 (or 0x353099) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 30 and 99. RGB value is (53,48,153). Sum of RGB (Red+Green+Blue) = 53+48+153=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #353099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353099 is #CACF66. Grayscale: #3D3D3D. Windows color (decimal): -13291367 or 10039349. OLE color: 10039349.

HSL color Cylindrical-coordinate representation of color #353099: hue angle of 242.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353099 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5348153-
CMYK0.650.6900.4
HSL242.86º52.24%39.41%-
HSV(B)242.86º68.63%60%-
XYZ8.275.1730.7-
YUV61.46179.66121.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.87%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=20.87%
G=18.90%
B=60.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53481530.650.6900.4242.8652.2439.41
Hex3530994145028f33427
Octal65602311011050503636447
Binary1101011100001001100110000011000101010100011110011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353099; }

 p { color: rgb(53,48,153); }

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

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

 a { background-color: rgb(53,48,153); }

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

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

 span { border-color: rgb(53,48,153); }

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