#31339E

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

Shades of Dark Slate Blue #31339E

Tints of Dark Slate Blue #31339E

Color information

#31339E (or 0x31339E) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 33 and 9E. RGB value is (49,51,158). Sum of RGB (Red+Green+Blue) = 49+51+158=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #31339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31339E is #CECC61. Grayscale: #3E3E3E. Windows color (decimal): -13552738 or 10367793. OLE color: 10367793.

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

Color convert

RGB4951158-
CMYK0.690.6800.38
HSL238.9º52.66%40.59%-
HSV(B)238.9º68.99%61.96%-
XYZ8.625.4932.95-
YUV62.6181.84118.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=18.99%
G=19.77%
B=61.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49511580.690.6800.38238.952.6640.59
Hex31339E4544026ef3529
Octal61632361051040463576551
Binary1100011100111001111010001011000100010011011101111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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