Shades of Dark Slate Blue #363BA2
Tints of Dark Slate Blue #363BA2
RGB
CMYK
RGB Variations
Color information
#363BA2 (or 0x363BA2) is known color: Dark Slate Blue. HEX triplet: 36, 3B and A2. RGB value is (54,59,162). Sum of RGB (Red+Green+Blue) = 54+59+162=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #363BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363BA2 is #C9C45D. Grayscale: #444444. Windows color (decimal): -13223006 or 10631990. OLE color: 10631990.
HSL color Cylindrical-coordinate representation of color #363BA2: hue angle of 237.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #363BA2 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 59 | 162 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.36 |
| HSL | 237.22º | 0.5% | 0.42% | - |
| HSV(B) | 237.22º | 0.67% | 0.64% | - |
| XYZ | 9.61 | 6.52 | 34.93 | - |
| YUV | 69.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 162 | 0.67 | 0.64 | 0 | 0.36 | 237.22 | 0.5 | 0.42 |
| Hex | 36 | 3B | A2 | 43 | 40 | 0 | 24 | ED | 32 | 2A |
| Octal | 66 | 73 | 242 | 103 | 100 | 0 | 44 | 355 | 62 | 52 |
| Binary | 110110 | 111011 | 10100010 | 1000011 | 1000000 | 0 | 100100 | 11101101 | 110010 | 101010 |
Color Harmonies of #363BA2
Complementary color
Monochromatic Colors of #363BA2
Black with #363BA2
Text Example
Text Example
White with #363BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BA2; }
p { color: rgb(54,59,162); }
H1.HeaderClassName
{
color: #363BA2;
}
.AnyTagClassName
{
color: #363BA2;
}
</style>
background-color css
<style>
a { background-color: #363BA2; }
a { background-color: rgb(54,59,162); }
div.DivClassName
{
background-color: #363BA2;
}
.BgClassName
{
background-color: #363BA2;
}
</style>
border-color css
<style>
span { border-color: #363BA2; }
span { border-color: rgb(54,59,162); }
td.TdClassName
{
border-color: #363BA2;
}
.TagClassName
{
border-color: #363BA2;
}
</style>