Html Css Color HEX #313196 Dark Slate Blue

📋 copy color: '#313196'

red 49 ◦ green 49 ◦ blue 150

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

Shades of Dark Slate Blue #313196

Tints of Dark Slate Blue #313196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

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

R = 19.76%
G = 19.76%
B = 60.48%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#313196 (or 0x313196) is known color: Dark Slate Blue. HEX triplet: 31, 31 and 96. RGB value is (49,49,150). Sum of RGB (Red+Green+Blue) = 49+49+150=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #313196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313196 is #CECE69. Grayscale: #3C3C3C. Windows color (decimal): -13553258 or 9842993. OLE color: 9842993.

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

Color convert

RGB 49 49 150 -
CMYK 0.67 0.67 0 0.41
HSL 240º 0.51% 0.39% -
HSV(B) 240º 0.67% 0.59% -
XYZ 7.87 5.05 29.41 -
YUV 60.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 49 49 150 0.67 0.67 0 0.41 240 0.51 0.39
Hex 31 31 96 43 43 0 29 F0 33 27
Octal 61 61 226 103 103 0 51 360 63 47
Binary 110001 110001 10010110 1000011 1000011 0 101001 11110000 110011 100111

Color Harmonies of #313196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313196

Black with #313196

Text Example


Text Example

White with #313196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313196; }

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

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

background-color css

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

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

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

border-color css

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

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

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