Html Css Color HEX #312794 Dark Slate Blue

📋 copy color: '#312794'

red 49 ◦ green 39 ◦ blue 148

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

Shades of Dark Slate Blue #312794

Tints of Dark Slate Blue #312794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.53%

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

R = 20.76%
G = 16.53%
B = 62.71%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312794 (or 0x312794) is known color: Dark Slate Blue. HEX triplet: 31, 27 and 94. RGB value is (49,39,148). Sum of RGB (Red+Green+Blue) = 49+39+148=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #312794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312794 is #CED86B. Grayscale: #353535. Windows color (decimal): -13555820 or 9709361. OLE color: 9709361.

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

Color convert

RGB 49 39 148 -
CMYK 0.67 0.74 0 0.42
HSL 245.5º 0.58% 0.37% -
HSV(B) 245.5º 0.74% 0.58% -
XYZ 7.34 4.24 28.45 -
YUV 54.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 49 39 148 0.67 0.74 0 0.42 245.5 0.58 0.37
Hex 31 27 94 43 4A 0 2A F6 3A 25
Octal 61 47 224 103 112 0 52 366 72 45
Binary 110001 100111 10010100 1000011 1001010 0 101010 11110110 111010 100101

Color Harmonies of #312794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312794

Black with #312794

Text Example


Text Example

White with #312794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312794; }

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

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

background-color css

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

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

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

border-color css

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

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

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