#323A9C

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

Shades of Dark Slate Blue #323A9C

Tints of Dark Slate Blue #323A9C

Color information

#323A9C (or 0x323A9C) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 3A and 9C. RGB value is (50,58,156). Sum of RGB (Red+Green+Blue) = 50+58+156=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #323A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A9C is #CDC563. Grayscale: #424242. Windows color (decimal): -13485412 or 10238514. OLE color: 10238514.

HSL color Cylindrical-coordinate representation of color #323A9C: hue angle of 235.47º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323A9C is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5058156-
CMYK0.680.6300.39
HSL235.47º51.46%40.39%-
HSV(B)235.47º67.95%61.18%-
XYZ8.836.132.17-
YUV66.78178.35116.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 156 (61.33% from 255) = 59.09%
R=18.94%
G=21.97%
B=59.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50581560.680.6300.39235.4751.4640.39
Hex323A9C443F027eb3328
Octal6272234104770473536350
Binary110010111010100111001000100111111010011111101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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