Shades of Dark Slate Blue #363AA2
Tints of Dark Slate Blue #363AA2
RGB
CMYK
RGB Variations
Color information
#363AA2 (or 0x363AA2) is known color: Dark Slate Blue. HEX triplet: 36, 3A and A2. RGB value is (54,58,162). Sum of RGB (Red+Green+Blue) = 54+58+162=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #363AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363AA2 is #C9C55D. Grayscale: #444444. Windows color (decimal): -13223262 or 10631734. OLE color: 10631734.
HSL color Cylindrical-coordinate representation of color #363AA2: hue angle of 237.78º 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 #363AA2 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 58 | 162 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.36 |
| HSL | 237.78º | 0.5% | 0.42% | - |
| HSV(B) | 237.78º | 0.67% | 0.64% | - |
| XYZ | 9.56 | 6.42 | 34.92 | - |
| YUV | 68.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 162 | 0.67 | 0.64 | 0 | 0.36 | 237.78 | 0.5 | 0.42 |
| Hex | 36 | 3A | A2 | 43 | 40 | 0 | 24 | EE | 32 | 2A |
| Octal | 66 | 72 | 242 | 103 | 100 | 0 | 44 | 356 | 62 | 52 |
| Binary | 110110 | 111010 | 10100010 | 1000011 | 1000000 | 0 | 100100 | 11101110 | 110010 | 101010 |
Color Harmonies of #363AA2
Complementary color
Monochromatic Colors of #363AA2
Black with #363AA2
Text Example
Text Example
White with #363AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363AA2; }
p { color: rgb(54,58,162); }
H1.HeaderClassName
{
color: #363AA2;
}
.AnyTagClassName
{
color: #363AA2;
}
</style>
background-color css
<style>
a { background-color: #363AA2; }
a { background-color: rgb(54,58,162); }
div.DivClassName
{
background-color: #363AA2;
}
.BgClassName
{
background-color: #363AA2;
}
</style>
border-color css
<style>
span { border-color: #363AA2; }
span { border-color: rgb(54,58,162); }
td.TdClassName
{
border-color: #363AA2;
}
.TagClassName
{
border-color: #363AA2;
}
</style>