Shades of Dark Slate Blue #36339B
Tints of Dark Slate Blue #36339B
RGB
CMYK
RGB Variations
Color information
#36339B (or 0x36339B) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 9B. RGB value is (54,51,155). Sum of RGB (Red+Green+Blue) = 54+51+155=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #36339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36339B is #C9CC64. Grayscale: #3F3F3F. Windows color (decimal): -13225061 or 10171190. OLE color: 10171190.
HSL color Cylindrical-coordinate representation of color #36339B: hue angle of 241.73º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36339B is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 51 | 155 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.39 |
| HSL | 241.73º | 0.5% | 0.4% | - |
| HSV(B) | 241.73º | 0.67% | 0.61% | - |
| XYZ | 8.62 | 5.52 | 31.62 | - |
| YUV | 63.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 155 | 0.65 | 0.67 | 0 | 0.39 | 241.73 | 0.5 | 0.4 |
| Hex | 36 | 33 | 9B | 41 | 43 | 0 | 27 | F2 | 32 | 28 |
| Octal | 66 | 63 | 233 | 101 | 103 | 0 | 47 | 362 | 62 | 50 |
| Binary | 110110 | 110011 | 10011011 | 1000001 | 1000011 | 0 | 100111 | 11110010 | 110010 | 101000 |
Color Harmonies of #36339B
Complementary color
Monochromatic Colors of #36339B
Black with #36339B
Text Example
Text Example
White with #36339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36339B; }
p { color: rgb(54,51,155); }
H1.HeaderClassName
{
color: #36339B;
}
.AnyTagClassName
{
color: #36339B;
}
</style>
background-color css
<style>
a { background-color: #36339B; }
a { background-color: rgb(54,51,155); }
div.DivClassName
{
background-color: #36339B;
}
.BgClassName
{
background-color: #36339B;
}
</style>
border-color css
<style>
span { border-color: #36339B; }
span { border-color: rgb(54,51,155); }
td.TdClassName
{
border-color: #36339B;
}
.TagClassName
{
border-color: #36339B;
}
</style>