#31349F

Color #31349F Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #31349F

Tints of Dark Slate Blue #31349F

Color information

#31349F (or 0x31349F) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 34 and 9F. RGB value is (49,52,159). Sum of RGB (Red+Green+Blue) = 49+52+159=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #31349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31349F is #CECB60. Grayscale: #3E3E3E. Windows color (decimal): -13552481 or 10433585. OLE color: 10433585.

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

Color convert

RGB4952159-
CMYK0.690.6700.38
HSL238.36º52.88%40.78%-
HSV(B)238.36º69.18%62.35%-
XYZ8.755.6133.42-
YUV63.3182.01117.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 159 (62.5% from 255) = 61.15%
R=18.85%
G=20%
B=61.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49521590.690.6700.38238.3652.8840.78
Hex31349F4543026ee3529
Octal61642371051030463566551
Binary1100011101001001111110001011000011010011011101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31349F;
 }
 .AnyTagClassName
 {
   color: #31349F;
 }
</style>
background-color css

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

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

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

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

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

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