#312596

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

Shades of Dark Slate Blue #312596

Tints of Dark Slate Blue #312596

Color information

#312596 (or 0x312596) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 25 and 96. RGB value is (49,37,150). Sum of RGB (Red+Green+Blue) = 49+37+150=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #312596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312596 is #CEDA69. Grayscale: #353535. Windows color (decimal): -13556330 or 9839921. OLE color: 9839921.

HSL color Cylindrical-coordinate representation of color #312596: hue angle of 246.37º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312596 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4937150-
CMYK0.670.7500.41
HSL246.37º60.43%36.67%-
HSV(B)246.37º75.33%58.82%-
XYZ7.434.1829.27-
YUV53.47182.48124.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=20.76%
G=15.68%
B=63.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49371500.670.7500.41246.3760.4336.67
Hex312596434B029f63c25
Octal61452261031130513667445
Binary1100011001011001011010000111001011010100111110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312596; }

 p { color: rgb(49,37,150); }

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

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

 a { background-color: rgb(49,37,150); }

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

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

 span { border-color: rgb(49,37,150); }

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