#352499

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

Shades of Dark Slate Blue #352499

Tints of Dark Slate Blue #352499

Color information

#352499 (or 0x352499) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 24 and 99. RGB value is (53,36,153). Sum of RGB (Red+Green+Blue) = 53+36+153=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #352499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352499 is #CADB66. Grayscale: #353535. Windows color (decimal): -13294439 or 10036277. OLE color: 10036277.

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

Color convert

RGB5336153-
CMYK0.650.7600.4
HSL248.72º61.9%37.06%-
HSV(B)248.72º76.47%60%-
XYZ7.854.3230.56-
YUV54.42183.63126.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=21.90%
G=14.88%
B=63.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53361530.650.7600.4248.7261.937.06
Hex352499414C028f93e25
Octal65442311011140503717645
Binary1101011001001001100110000011001100010100011111001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352499; }

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

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

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

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

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

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

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

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