#312E9B

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

Shades of Dark Slate Blue #312E9B

Tints of Dark Slate Blue #312E9B

Color information

#312E9B (or 0x312E9B) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 2E and 9B. RGB value is (49,46,155). Sum of RGB (Red+Green+Blue) = 49+46+155=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #312E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312E9B is #CED164. Grayscale: #3A3A3A. Windows color (decimal): -13554021 or 10169905. OLE color: 10169905.

HSL color Cylindrical-coordinate representation of color #312E9B: hue angle of 241.65º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312E9B is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4946155-
CMYK0.680.7000.39
HSL241.65º54.23%39.41%-
HSV(B)241.65º70.32%60.78%-
XYZ8.164.9731.54-
YUV59.32181.99120.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 155 (60.94% from 255) = 62%
R=19.6%
G=18.4%
B=62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49461550.680.7000.39241.6554.2339.41
Hex312E9B4446027f23627
Octal61562331041060473626647
Binary1100011011101001101110001001000110010011111110010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E9B; }

 p { color: rgb(49,46,155); }

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

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

 a { background-color: rgb(49,46,155); }

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

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

 span { border-color: rgb(49,46,155); }

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