#323397

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

Shades of Dark Slate Blue #323397

Tints of Dark Slate Blue #323397

Color information

#323397 (or 0x323397) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 33 and 97. RGB value is (50,51,151). Sum of RGB (Red+Green+Blue) = 50+51+151=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 151 (59.38% from 255 or 59.92% from 252); Max value from RGB is 151 - color contains mainly: blue. Hex color #323397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323397 is #CDCC68. Grayscale: #3D3D3D. Windows color (decimal): -13487209 or 9909042. OLE color: 9909042.

HSL color Cylindrical-coordinate representation of color #323397: hue angle of 239.41º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323397 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5051151-
CMYK0.670.6600.41
HSL239.41º50.25%39.41%-
HSV(B)239.41º66.89%59.22%-
XYZ8.095.2829.87-
YUV62.1178.17119.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 151 (59.38% from 255) = 59.92%
R=19.84%
G=20.24%
B=59.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50511510.670.6600.41239.4150.2539.41
Hex3233974342029ef3227
Octal62632271031020513576247
Binary1100101100111001011110000111000010010100111101111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323397; }

 p { color: rgb(50,51,151); }

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

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

 a { background-color: rgb(50,51,151); }

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

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

 span { border-color: rgb(50,51,151); }

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