Shades of Dark Slate Blue #302AA2
Tints of Dark Slate Blue #302AA2
RGB
CMYK
RGB Variations
Color information
#302AA2 (or 0x302AA2) is known color: Dark Slate Blue. HEX triplet: 30, 2A and A2. RGB value is (48,42,162). Sum of RGB (Red+Green+Blue) = 48+42+162=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #302AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AA2 is #CFD55D. Grayscale: #383838. Windows color (decimal): -13620574 or 10627632. OLE color: 10627632.
HSL color Cylindrical-coordinate representation of color #302AA2: hue angle of 243º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302AA2 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 42 | 162 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.36 |
| HSL | 243º | 0.59% | 0.4% | - |
| HSV(B) | 243º | 0.74% | 0.64% | - |
| XYZ | 8.57 | 4.89 | 34.68 | - |
| YUV | 57.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 162 | 0.70 | 0.74 | 0 | 0.36 | 243 | 0.59 | 0.4 |
| Hex | 30 | 2A | A2 | 46 | 4A | 0 | 24 | F3 | 3B | 28 |
| Octal | 60 | 52 | 242 | 106 | 112 | 0 | 44 | 363 | 73 | 50 |
| Binary | 110000 | 101010 | 10100010 | 1000110 | 1001010 | 0 | 100100 | 11110011 | 111011 | 101000 |
Color Harmonies of #302AA2
Complementary color
Monochromatic Colors of #302AA2
Black with #302AA2
Text Example
Text Example
White with #302AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AA2; }
p { color: rgb(48,42,162); }
H1.HeaderClassName
{
color: #302AA2;
}
.AnyTagClassName
{
color: #302AA2;
}
</style>
background-color css
<style>
a { background-color: #302AA2; }
a { background-color: rgb(48,42,162); }
div.DivClassName
{
background-color: #302AA2;
}
.BgClassName
{
background-color: #302AA2;
}
</style>
border-color css
<style>
span { border-color: #302AA2; }
span { border-color: rgb(48,42,162); }
td.TdClassName
{
border-color: #302AA2;
}
.TagClassName
{
border-color: #302AA2;
}
</style>