#323095

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

Shades of Dark Slate Blue #323095

Tints of Dark Slate Blue #323095

Color information

#323095 (or 0x323095) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 30 and 95. RGB value is (50,48,149). Sum of RGB (Red+Green+Blue) = 50+48+149=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #323095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323095 is #CDCF6A. Grayscale: #3B3B3B. Windows color (decimal): -13487979 or 9777202. OLE color: 9777202.

HSL color Cylindrical-coordinate representation of color #323095: hue angle of 241.19º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323095 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5048149-
CMYK0.660.6800.42
HSL241.19º51.27%38.63%-
HSV(B)241.19º67.79%58.43%-
XYZ7.84.9628.98-
YUV60.11178.16120.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 149 (58.59% from 255) = 60.32%
R=20.24%
G=19.43%
B=60.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50481490.660.6800.42241.1951.2738.63
Hex323095424402Af13327
Octal62602251021040523616347
Binary1100101100001001010110000101000100010101011110001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323095; }

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

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

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

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

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

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

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

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