#36298D

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

Shades of Dark Slate Blue #36298D

Tints of Dark Slate Blue #36298D

Color information

#36298D (or 0x36298D) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 29 and 8D. RGB value is (54,41,141). Sum of RGB (Red+Green+Blue) = 54+41+141=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #36298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36298D is #C9D672. Grayscale: #373737. Windows color (decimal): -13227635 or 9251126. OLE color: 9251126.

HSL color Cylindrical-coordinate representation of color #36298D: hue angle of 247.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36298D is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5441141-
CMYK0.620.7100.45
HSL247.8º54.95%35.69%-
HSV(B)247.8º70.92%55.29%-
XYZ7.124.2925.65-
YUV56.29175.81126.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 141 (55.47% from 255) = 59.75%
R=22.88%
G=17.37%
B=59.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal54411410.620.7100.45247.854.9535.69
Hex36298D3E4702Df83724
Octal6651215761070553706744
Binary110110101001100011011111101000111010110111111000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36298D; }

 p { color: rgb(54,41,141); }

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

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

 a { background-color: rgb(54,41,141); }

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

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

 span { border-color: rgb(54,41,141); }

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