Shades of Dark Slate Blue #363B9A
Tints of Dark Slate Blue #363B9A
RGB
CMYK
RGB Variations
Color information
#363B9A (or 0x363B9A) is known color: Dark Slate Blue. HEX triplet: 36, 3B and 9A. RGB value is (54,59,154). Sum of RGB (Red+Green+Blue) = 54+59+154=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #363B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B9A is #C9C465. Grayscale: #434343. Windows color (decimal): -13223014 or 10107702. OLE color: 10107702.
HSL color Cylindrical-coordinate representation of color #363B9A: hue angle of 237º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363B9A is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 59 | 154 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.40 |
| HSL | 237º | 0.48% | 0.41% | - |
| HSV(B) | 237º | 0.65% | 0.6% | - |
| XYZ | 8.92 | 6.25 | 31.31 | - |
| YUV | 68.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 154 | 0.65 | 0.62 | 0 | 0.40 | 237 | 0.48 | 0.41 |
| Hex | 36 | 3B | 9A | 41 | 3E | 0 | 28 | ED | 30 | 29 |
| Octal | 66 | 73 | 232 | 101 | 76 | 0 | 50 | 355 | 60 | 51 |
| Binary | 110110 | 111011 | 10011010 | 1000001 | 111110 | 0 | 101000 | 11101101 | 110000 | 101001 |
Color Harmonies of #363B9A
Complementary color
Monochromatic Colors of #363B9A
Black with #363B9A
Text Example
Text Example
White with #363B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B9A; }
p { color: rgb(54,59,154); }
H1.HeaderClassName
{
color: #363B9A;
}
.AnyTagClassName
{
color: #363B9A;
}
</style>
background-color css
<style>
a { background-color: #363B9A; }
a { background-color: rgb(54,59,154); }
div.DivClassName
{
background-color: #363B9A;
}
.BgClassName
{
background-color: #363B9A;
}
</style>
border-color css
<style>
span { border-color: #363B9A; }
span { border-color: rgb(54,59,154); }
td.TdClassName
{
border-color: #363B9A;
}
.TagClassName
{
border-color: #363B9A;
}
</style>