#3136A0

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

Shades of Dark Slate Blue #3136A0

Tints of Dark Slate Blue #3136A0

Color information

#3136A0 (or 0x3136A0) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 36 and A0. RGB value is (49,54,160). Sum of RGB (Red+Green+Blue) = 49+54+160=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #3136A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3136A0 is #CEC95F. Grayscale: #404040. Windows color (decimal): -13551968 or 10499633. OLE color: 10499633.

HSL color Cylindrical-coordinate representation of color #3136A0: hue angle of 237.3º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3136A0 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4954160-
CMYK0.690.6600.37
HSL237.3º53.11%40.98%-
HSV(B)237.3º69.38%62.75%-
XYZ8.935.8333.91-
YUV64.59181.84116.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 160 (62.89% from 255) = 60.84%
R=18.63%
G=20.53%
B=60.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49541600.690.6600.37237.353.1140.98
Hex3136A04542025ed3529
Octal61662401051020453556551
Binary1100011101101010000010001011000010010010111101101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3136A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3136A0; }

 p { color: rgb(49,54,160); }

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

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

 a { background-color: rgb(49,54,160); }

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

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

 span { border-color: rgb(49,54,160); }

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