#31359E

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

Shades of Dark Slate Blue #31359E

Tints of Dark Slate Blue #31359E

Color information

#31359E (or 0x31359E) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 35 and 9E. RGB value is (49,53,158). Sum of RGB (Red+Green+Blue) = 49+53+158=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #31359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31359E is #CECA61. Grayscale: #3F3F3F. Windows color (decimal): -13552226 or 10368305. OLE color: 10368305.

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

Color convert

RGB4953158-
CMYK0.690.6600.38
HSL237.8º52.66%40.59%-
HSV(B)237.8º68.99%61.96%-
XYZ8.715.6732.98-
YUV63.77181.17117.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=18.85%
G=20.38%
B=60.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49531580.690.6600.38237.852.6640.59
Hex31359E4542026ee3529
Octal61652361051020463566551
Binary1100011101011001111010001011000010010011011101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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