Html Css Color HEX #312C96 Dark Slate Blue

📋 copy color: '#312C96'

red 49 ◦ green 44 ◦ blue 150

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

Shades of Dark Slate Blue #312C96

Tints of Dark Slate Blue #312C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 20.16%
G = 18.11%
B = 61.73%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312C96 (or 0x312C96) is known color: Dark Slate Blue. HEX triplet: 31, 2C and 96. RGB value is (49,44,150). Sum of RGB (Red+Green+Blue) = 49+44+150=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #312C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C96 is #CED369. Grayscale: #393939. Windows color (decimal): -13554538 or 9841713. OLE color: 9841713.

HSL color Cylindrical-coordinate representation of color #312C96: hue angle of 242.83º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312C96 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 44 150 -
CMYK 0.67 0.71 0 0.41
HSL 242.83º 0.55% 0.38% -
HSV(B) 242.83º 0.71% 0.59% -
XYZ 7.67 4.66 29.35 -
YUV 57.58 180.16 121.88 -
System Red Green Blue C M Y K H S L
Decimal 49 44 150 0.67 0.71 0 0.41 242.83 0.55 0.38
Hex 31 2C 96 43 47 0 29 F3 37 26
Octal 61 54 226 103 107 0 51 363 67 46
Binary 110001 101100 10010110 1000011 1000111 0 101001 11110011 110111 100110

Color Harmonies of #312C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C96

Black with #312C96

Text Example


Text Example

White with #312C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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