Html Css Color HEX #31369B Dark Slate Blue

📋 copy color: '#31369B'

red 49 ◦ green 54 ◦ blue 155

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

Shades of Dark Slate Blue #31369B

Tints of Dark Slate Blue #31369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

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

R = 18.99%
G = 20.93%
B = 60.08%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31369B (or 0x31369B) is known color: Dark Slate Blue. HEX triplet: 31, 36 and 9B. RGB value is (49,54,155). Sum of RGB (Red+Green+Blue) = 49+54+155=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #31369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31369B is #CEC964. Grayscale: #3F3F3F. Windows color (decimal): -13551973 or 10171953. OLE color: 10171953.

HSL color Cylindrical-coordinate representation of color #31369B: hue angle of 237.17º 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 #31369B is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 54 155 -
CMYK 0.68 0.65 0 0.39
HSL 237.17º 0.52% 0.4% -
HSV(B) 237.17º 0.68% 0.61% -
XYZ 8.5 5.66 31.65 -
YUV 64.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 49 54 155 0.68 0.65 0 0.39 237.17 0.52 0.4
Hex 31 36 9B 44 41 0 27 ED 34 28
Octal 61 66 233 104 101 0 47 355 64 50
Binary 110001 110110 10011011 1000100 1000001 0 100111 11101101 110100 101000

Color Harmonies of #31369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31369B

Black with #31369B

Text Example


Text Example

White with #31369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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