#31349E

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

Shades of Dark Slate Blue #31349E

Tints of Dark Slate Blue #31349E

Color information

#31349E (or 0x31349E) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 34 and 9E. RGB value is (49,52,158). Sum of RGB (Red+Green+Blue) = 49+52+158=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #31349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31349E is #CECB61. Grayscale: #3E3E3E. Windows color (decimal): -13552482 or 10368049. OLE color: 10368049.

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

Color convert

RGB4952158-
CMYK0.690.6700.38
HSL238.35º52.66%40.59%-
HSV(B)238.35º68.99%61.96%-
XYZ8.675.5832.97-
YUV63.19181.51117.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=18.92%
G=20.08%
B=61.00%

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
Decimal49521580.690.6700.38238.3552.6640.59
Hex31349E4543026ee3529
Octal61642361051030463566551
Binary1100011101001001111010001011000011010011011101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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