Shades of Dark Slate Blue #302AA3
Tints of Dark Slate Blue #302AA3
RGB
CMYK
RGB Variations
Color information
#302AA3 (or 0x302AA3) is known color: Dark Slate Blue. HEX triplet: 30, 2A and A3. RGB value is (48,42,163). Sum of RGB (Red+Green+Blue) = 48+42+163=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 163 (64.06% from 255 or 64.43% from 253); Max value from RGB is 163 - color contains mainly: blue. Hex color #302AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AA3 is #CFD55C. Grayscale: #393939. Windows color (decimal): -13620573 or 10693168. OLE color: 10693168.
HSL color Cylindrical-coordinate representation of color #302AA3: hue angle of 242.98º 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 #302AA3 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 42 | 163 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.36 |
| HSL | 242.98º | 0.59% | 0.4% | - |
| HSV(B) | 242.98º | 0.74% | 0.64% | - |
| XYZ | 8.66 | 4.93 | 35.15 | - |
| YUV | 57.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 163 | 0.71 | 0.74 | 0 | 0.36 | 242.98 | 0.59 | 0.4 |
| Hex | 30 | 2A | A3 | 47 | 4A | 0 | 24 | F3 | 3B | 28 |
| Octal | 60 | 52 | 243 | 107 | 112 | 0 | 44 | 363 | 73 | 50 |
| Binary | 110000 | 101010 | 10100011 | 1000111 | 1001010 | 0 | 100100 | 11110011 | 111011 | 101000 |
Color Harmonies of #302AA3
Complementary color
Monochromatic Colors of #302AA3
Black with #302AA3
Text Example
Text Example
White with #302AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AA3; }
p { color: rgb(48,42,163); }
H1.HeaderClassName
{
color: #302AA3;
}
.AnyTagClassName
{
color: #302AA3;
}
</style>
background-color css
<style>
a { background-color: #302AA3; }
a { background-color: rgb(48,42,163); }
div.DivClassName
{
background-color: #302AA3;
}
.BgClassName
{
background-color: #302AA3;
}
</style>
border-color css
<style>
span { border-color: #302AA3; }
span { border-color: rgb(48,42,163); }
td.TdClassName
{
border-color: #302AA3;
}
.TagClassName
{
border-color: #302AA3;
}
</style>