#312A96

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

Shades of Dark Slate Blue #312A96

Tints of Dark Slate Blue #312A96

Color information

#312A96 (or 0x312A96) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 2A and 96. RGB value is (49,42,150). Sum of RGB (Red+Green+Blue) = 49+42+150=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #312A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312A96 is #CED569. Grayscale: #373737. Windows color (decimal): -13555050 or 9841201. OLE color: 9841201.

HSL color Cylindrical-coordinate representation of color #312A96: hue angle of 243.89º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #312A96 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4942150-
CMYK0.670.7200.41
HSL243.89º56.25%37.65%-
HSV(B)243.89º72%58.82%-
XYZ7.64.5129.32-
YUV56.4180.82122.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=20.33%
G=17.43%
B=62.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49421500.670.7200.41243.8956.2537.65
Hex312A964348029f43826
Octal61522261031100513647046
Binary1100011010101001011010000111001000010100111110100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,150); }

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

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

 a { background-color: rgb(49,42,150); }

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

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

 span { border-color: rgb(49,42,150); }

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