Html Css Color HEX #31349D Dark Slate Blue

📋 copy color: '#31349D'

red 49 ◦ green 52 ◦ blue 157

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

Shades of Dark Slate Blue #31349D

Tints of Dark Slate Blue #31349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.16%

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 18.99%
G = 20.16%
B = 60.85%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31349D (or 0x31349D) is known color: Dark Slate Blue. HEX triplet: 31, 34 and 9D. RGB value is (49,52,157). Sum of RGB (Red+Green+Blue) = 49+52+157=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #31349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31349D is #CECB62. Grayscale: #3E3E3E. Windows color (decimal): -13552483 or 10302513. OLE color: 10302513.

HSL color Cylindrical-coordinate representation of color #31349D: hue angle of 238.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31349D is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 52 157 -
CMYK 0.69 0.67 0 0.38
HSL 238.33º 0.52% 0.4% -
HSV(B) 238.33º 0.69% 0.62% -
XYZ 8.58 5.54 32.52 -
YUV 63.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 49 52 157 0.69 0.67 0 0.38 238.33 0.52 0.4
Hex 31 34 9D 45 43 0 26 EE 34 28
Octal 61 64 235 105 103 0 46 356 64 50
Binary 110001 110100 10011101 1000101 1000011 0 100110 11101110 110100 101000

Color Harmonies of #31349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31349D

Black with #31349D

Text Example


Text Example

White with #31349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31349D; }

 p { color: rgb(49,52,157); }

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

background-color css

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

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

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

border-color css

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

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

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