Html Css Color HEX #31359D Dark Slate Blue

📋 copy color: '#31359D'

red 49 ◦ green 53 ◦ blue 157

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

Shades of Dark Slate Blue #31359D

Tints of Dark Slate Blue #31359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

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

R = 18.92%
G = 20.46%
B = 60.62%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31359D (or 0x31359D) is known color: Dark Slate Blue. HEX triplet: 31, 35 and 9D. RGB value is (49,53,157). Sum of RGB (Red+Green+Blue) = 49+53+157=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #31359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31359D is #CECA62. Grayscale: #3F3F3F. Windows color (decimal): -13552227 or 10302769. OLE color: 10302769.

HSL color Cylindrical-coordinate representation of color #31359D: hue angle of 237.78º 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 #31359D is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 53 157 -
CMYK 0.69 0.66 0 0.38
HSL 237.78º 0.52% 0.4% -
HSV(B) 237.78º 0.69% 0.62% -
XYZ 8.63 5.63 32.53 -
YUV 63.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 49 53 157 0.69 0.66 0 0.38 237.78 0.52 0.4
Hex 31 35 9D 45 42 0 26 EE 34 28
Octal 61 65 235 105 102 0 46 356 64 50
Binary 110001 110101 10011101 1000101 1000010 0 100110 11101110 110100 101000

Color Harmonies of #31359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31359D

Black with #31359D

Text Example


Text Example

White with #31359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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