Html Css Color HEX #31349B Dark Slate Blue

📋 copy color: '#31349B'

red 49 ◦ green 52 ◦ blue 155

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

Shades of Dark Slate Blue #31349B

Tints of Dark Slate Blue #31349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 19.14%
G = 20.31%
B = 60.55%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31349B (or 0x31349B) is known color: Dark Slate Blue. HEX triplet: 31, 34 and 9B. RGB value is (49,52,155). Sum of RGB (Red+Green+Blue) = 49+52+155=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #31349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31349B is #CECB64. Grayscale: #3E3E3E. Windows color (decimal): -13552485 or 10171441. OLE color: 10171441.

HSL color Cylindrical-coordinate representation of color #31349B: hue angle of 238.3º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31349B is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 52 155 -
CMYK 0.68 0.66 0 0.39
HSL 238.3º 0.52% 0.4% -
HSV(B) 238.3º 0.68% 0.61% -
XYZ 8.41 5.48 31.62 -
YUV 62.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 49 52 155 0.68 0.66 0 0.39 238.3 0.52 0.4
Hex 31 34 9B 44 42 0 27 EE 34 28
Octal 61 64 233 104 102 0 47 356 64 50
Binary 110001 110100 10011011 1000100 1000010 0 100111 11101110 110100 101000

Color Harmonies of #31349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31349B

Black with #31349B

Text Example


Text Example

White with #31349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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