#323099

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

Shades of Dark Slate Blue #323099

Tints of Dark Slate Blue #323099

Color information

#323099 (or 0x323099) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 30 and 99. RGB value is (50,48,153). Sum of RGB (Red+Green+Blue) = 50+48+153=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #323099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323099 is #CDCF66. Grayscale: #3C3C3C. Windows color (decimal): -13487975 or 10039346. OLE color: 10039346.

HSL color Cylindrical-coordinate representation of color #323099: hue angle of 241.14º 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 #323099 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5048153-
CMYK0.670.6900.4
HSL241.14º52.24%39.41%-
HSV(B)241.14º68.63%60%-
XYZ8.125.0930.69-
YUV60.57180.16120.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=19.92%
G=19.12%
B=60.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50481530.670.6900.4241.1452.2439.41
Hex3230994345028f13427
Octal62602311031050503616447
Binary1100101100001001100110000111000101010100011110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323099; }

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

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

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

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

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

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

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

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