#36319A

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

Shades of Dark Slate Blue #36319A

Tints of Dark Slate Blue #36319A

Color information

#36319A (or 0x36319A) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 31 and 9A. RGB value is (54,49,154). Sum of RGB (Red+Green+Blue) = 54+49+154=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #36319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36319A is #C9CE65. Grayscale: #3E3E3E. Windows color (decimal): -13225574 or 10105142. OLE color: 10105142.

HSL color Cylindrical-coordinate representation of color #36319A: hue angle of 242.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36319A is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5449154-
CMYK0.650.6800.40
HSL242.86º51.72%39.8%-
HSV(B)242.86º68.18%60.39%-
XYZ8.455.3131.15-
YUV62.46179.66121.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 154 (60.55% from 255) = 59.92%
R=21.01%
G=19.07%
B=59.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54491540.650.6800.40242.8651.7239.8
Hex36319A4144028f33428
Octal66612321011040503636450
Binary1101101100011001101010000011000100010100011110011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36319A; }

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

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

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

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

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

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

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

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