Html Css Color HEX #312894 Dark Slate Blue

📋 copy color: '#312894'

red 49 ◦ green 40 ◦ blue 148

#312894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #312894

Tints of Dark Slate Blue #312894

RGB

 RED value IS 49 (19.53% from 255) = 20.68%

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 20.68%
G = 16.88%
B = 62.45%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312894 (or 0x312894) is known color: Dark Slate Blue. HEX triplet: 31, 28 and 94. RGB value is (49,40,148). Sum of RGB (Red+Green+Blue) = 49+40+148=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #312894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312894 is #CED76B. Grayscale: #363636. Windows color (decimal): -13555564 or 9709617. OLE color: 9709617.

HSL color Cylindrical-coordinate representation of color #312894: hue angle of 245º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312894 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 40 148 -
CMYK 0.67 0.73 0 0.42
HSL 245º 0.57% 0.37% -
HSV(B) 245º 0.73% 0.58% -
XYZ 7.37 4.31 28.46 -
YUV 55 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 49 40 148 0.67 0.73 0 0.42 245 0.57 0.37
Hex 31 28 94 43 49 0 2A F5 39 25
Octal 61 50 224 103 111 0 52 365 71 45
Binary 110001 101000 10010100 1000011 1001001 0 101010 11110101 111001 100101

Color Harmonies of #312894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312894

Black with #312894

Text Example


Text Example

White with #312894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312894; }

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

 H1.HeaderClassName
 {
   color: #312894;
 }
 .AnyTagClassName
 {
   color: #312894;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #312894;
 }
 .BgClassName
 {
   background-color: #312894;
 }
</style>

border-color css

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

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

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