#323AA0

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

Shades of Dark Slate Blue #323AA0

Tints of Dark Slate Blue #323AA0

Color information

#323AA0 (or 0x323AA0) is unknown color: approx Dark Slate Blue. HEX triplet: 32, 3A and A0. RGB value is (50,58,160). Sum of RGB (Red+Green+Blue) = 50+58+160=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #323AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323AA0 is #CDC55F. Grayscale: #424242. Windows color (decimal): -13485408 or 10500658. OLE color: 10500658.

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

Color convert

RGB5058160-
CMYK0.690.6400.37
HSL235.64º52.38%41.18%-
HSV(B)235.64º68.75%62.75%-
XYZ9.176.2433.98-
YUV67.24180.35115.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 160 (62.89% from 255) = 59.70%
R=18.66%
G=21.64%
B=59.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50581600.690.6400.37235.6452.3841.18
Hex323AA04540025ec3429
Octal62722401051000453546451
Binary1100101110101010000010001011000000010010111101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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