Html Css Color HEX #312494 Dark Slate Blue

📋 copy color: '#312494'

red 49 ◦ green 36 ◦ blue 148

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

Shades of Dark Slate Blue #312494

Tints of Dark Slate Blue #312494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

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

R = 21.03%
G = 15.45%
B = 63.52%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312494 (or 0x312494) is known color: Dark Slate Blue. HEX triplet: 31, 24 and 94. RGB value is (49,36,148). Sum of RGB (Red+Green+Blue) = 49+36+148=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #312494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312494 is #CEDB6B. Grayscale: #343434. Windows color (decimal): -13556588 or 9708593. OLE color: 9708593.

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

Color convert

RGB 49 36 148 -
CMYK 0.67 0.76 0 0.42
HSL 246.96º 0.61% 0.36% -
HSV(B) 246.96º 0.76% 0.58% -
XYZ 7.24 4.05 28.42 -
YUV 52.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 49 36 148 0.67 0.76 0 0.42 246.96 0.61 0.36
Hex 31 24 94 43 4C 0 2A F7 3D 24
Octal 61 44 224 103 114 0 52 367 75 44
Binary 110001 100100 10010100 1000011 1001100 0 101010 11110111 111101 100100

Color Harmonies of #312494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312494

Black with #312494

Text Example


Text Example

White with #312494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312494; }

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

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

background-color css

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

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

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

border-color css

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

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

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