#312C94

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

Shades of Dark Slate Blue #312C94

Tints of Dark Slate Blue #312C94

Color information

#312C94 (or 0x312C94) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 2C and 94. RGB value is (49,44,148). Sum of RGB (Red+Green+Blue) = 49+44+148=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #312C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C94 is #CED36B. Grayscale: #383838. Windows color (decimal): -13554540 or 9710641. OLE color: 9710641.

HSL color Cylindrical-coordinate representation of color #312C94: hue angle of 242.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312C94 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4944148-
CMYK0.670.7000.42
HSL242.88º54.17%37.65%-
HSV(B)242.88º70.27%58.04%-
XYZ7.514.5928.51-
YUV57.35179.16122.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 44 (17.58% from 255) = 18.26%
BLUE value IS 148 (58.20% from 255) = 61.41%
R=20.33%
G=18.26%
B=61.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49441480.670.7000.42242.8854.1737.65
Hex312C94434602Af33626
Octal61542241031060523636646
Binary1100011011001001010010000111000110010101011110011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,148); }

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

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

 a { background-color: rgb(49,44,148); }

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

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

 span { border-color: rgb(49,44,148); }

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