#323A9E

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

Shades of Dark Slate Blue #323A9E

Tints of Dark Slate Blue #323A9E

Color information

#323A9E (or 0x323A9E) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 3A and 9E. RGB value is (50,58,158). Sum of RGB (Red+Green+Blue) = 50+58+158=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #323A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A9E is #CDC561. Grayscale: #424242. Windows color (decimal): -13485410 or 10369586. OLE color: 10369586.

HSL color Cylindrical-coordinate representation of color #323A9E: hue angle of 235.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323A9E is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5058158-
CMYK0.680.6300.38
HSL235.56º51.92%40.78%-
HSV(B)235.56º68.35%61.96%-
XYZ96.1733.06-
YUV67.01179.35115.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 158 (62.11% from 255) = 59.40%
R=18.80%
G=21.80%
B=59.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50581580.680.6300.38235.5651.9240.78
Hex323A9E443F026ec3429
Octal6272236104770463546451
Binary110010111010100111101000100111111010011011101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A9E; }

 p { color: rgb(50,58,158); }

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

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

 a { background-color: rgb(50,58,158); }

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

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

 span { border-color: rgb(50,58,158); }

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