Html Css Color HEX #312F94 Dark Slate Blue

📋 copy color: '#312F94'

red 49 ◦ green 47 ◦ blue 148

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

Shades of Dark Slate Blue #312F94

Tints of Dark Slate Blue #312F94

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

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

R = 20.08%
G = 19.26%
B = 60.66%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312F94 (or 0x312F94) is known color: Dark Slate Blue. HEX triplet: 31, 2F and 94. RGB value is (49,47,148). Sum of RGB (Red+Green+Blue) = 49+47+148=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #312F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312F94 is #CED06B. Grayscale: #3A3A3A. Windows color (decimal): -13553772 or 9711409. OLE color: 9711409.

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

Color convert

RGB 49 47 148 -
CMYK 0.67 0.68 0 0.42
HSL 241.19º 0.52% 0.38% -
HSV(B) 241.19º 0.68% 0.58% -
XYZ 7.63 4.82 28.55 -
YUV 59.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 49 47 148 0.67 0.68 0 0.42 241.19 0.52 0.38
Hex 31 2F 94 43 44 0 2A F1 34 26
Octal 61 57 224 103 104 0 52 361 64 46
Binary 110001 101111 10010100 1000011 1000100 0 101010 11110001 110100 100110

Color Harmonies of #312F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F94

Black with #312F94

Text Example


Text Example

White with #312F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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