Html Css Color HEX #312696 Dark Slate Blue

📋 copy color: '#312696'

red 49 ◦ green 38 ◦ blue 150

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

Shades of Dark Slate Blue #312696

Tints of Dark Slate Blue #312696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 20.68%
G = 16.03%
B = 63.29%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#312696 (or 0x312696) is known color: Dark Slate Blue. HEX triplet: 31, 26 and 96. RGB value is (49,38,150). Sum of RGB (Red+Green+Blue) = 49+38+150=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #312696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312696 is #CED969. Grayscale: #353535. Windows color (decimal): -13556074 or 9840177. OLE color: 9840177.

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

Color convert

RGB 49 38 150 -
CMYK 0.67 0.75 0 0.41
HSL 245.89º 0.6% 0.37% -
HSV(B) 245.89º 0.75% 0.59% -
XYZ 7.46 4.24 29.28 -
YUV 54.06 182.14 124.39 -
System Red Green Blue C M Y K H S L
Decimal 49 38 150 0.67 0.75 0 0.41 245.89 0.6 0.37
Hex 31 26 96 43 4B 0 29 F6 3C 25
Octal 61 46 226 103 113 0 51 366 74 45
Binary 110001 100110 10010110 1000011 1001011 0 101001 11110110 111100 100101

Color Harmonies of #312696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312696

Black with #312696

Text Example


Text Example

White with #312696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312696; }

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

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

background-color css

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

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

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

border-color css

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

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

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