Html Css Color HEX #31359B Dark Slate Blue

📋 copy color: '#31359B'

red 49 ◦ green 53 ◦ blue 155

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

Shades of Dark Slate Blue #31359B

Tints of Dark Slate Blue #31359B

RGB

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

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

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

R = 19.07%
G = 20.62%
B = 60.31%

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

#31359B (or 0x31359B) is known color: Dark Slate Blue. HEX triplet: 31, 35 and 9B. RGB value is (49,53,155). Sum of RGB (Red+Green+Blue) = 49+53+155=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #31359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31359B is #CECA64. Grayscale: #3F3F3F. Windows color (decimal): -13552229 or 10171697. OLE color: 10171697.

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

Color convert

RGB 49 53 155 -
CMYK 0.68 0.66 0 0.39
HSL 237.74º 0.52% 0.4% -
HSV(B) 237.74º 0.68% 0.61% -
XYZ 8.46 5.57 31.64 -
YUV 63.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 49 53 155 0.68 0.66 0 0.39 237.74 0.52 0.4
Hex 31 35 9B 44 42 0 27 EE 34 28
Octal 61 65 233 104 102 0 47 356 64 50
Binary 110001 110101 10011011 1000100 1000010 0 100111 11101110 110100 101000

Color Harmonies of #31359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31359B

Black with #31359B

Text Example


Text Example

White with #31359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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