#323398

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

Shades of Dark Slate Blue #323398

Tints of Dark Slate Blue #323398

Color information

#323398 (or 0x323398) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 33 and 98. RGB value is (50,51,152). Sum of RGB (Red+Green+Blue) = 50+51+152=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #323398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323398 is #CDCC67. Grayscale: #3D3D3D. Windows color (decimal): -13487208 or 9974578. OLE color: 9974578.

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

Color convert

RGB5051152-
CMYK0.670.6600.40
HSL239.41º50.5%39.61%-
HSV(B)239.41º67.11%59.61%-
XYZ8.175.3130.3-
YUV62.22178.67119.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 152 (59.77% from 255) = 60.08%
R=19.76%
G=20.16%
B=60.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50511520.670.6600.40239.4150.539.61
Hex3233984342028ef3228
Octal62632301031020503576250
Binary1100101100111001100010000111000010010100011101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323398; }

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

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

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

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

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

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

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

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