Shades of Ultramarine #300AAC
Tints of Ultramarine #300AAC
RGB
CMYK
RGB Variations
Color information
#300AAC (or 0x300AAC) is known color: Ultramarine. HEX triplet: 30, 0A and AC. RGB value is (48,10,172). Sum of RGB (Red+Green+Blue) = 48+10+172=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #300AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300AAC is #CFF553. Grayscale: #272727. Windows color (decimal): -13628756 or 11274800. OLE color: 11274800.
HSL color Cylindrical-coordinate representation of color #300AAC: hue angle of 254.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300AAC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 10 | 172 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.33 |
| HSL | 254.07º | 0.89% | 0.36% | - |
| HSV(B) | 254.07º | 0.94% | 0.67% | - |
| XYZ | 8.77 | 3.82 | 39.31 | - |
| YUV | 39.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 172 | 0.72 | 0.94 | 0 | 0.33 | 254.07 | 0.89 | 0.36 |
| Hex | 30 | A | AC | 48 | 5E | 0 | 21 | FE | 59 | 24 |
| Octal | 60 | 12 | 254 | 110 | 136 | 0 | 41 | 376 | 131 | 44 |
| Binary | 110000 | 1010 | 10101100 | 1001000 | 1011110 | 0 | 100001 | 11111110 | 1011001 | 100100 |
Color Harmonies of #300AAC
Complementary color
Monochromatic Colors of #300AAC
Black with #300AAC
Text Example
Text Example
White with #300AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300AAC; }
p { color: rgb(48,10,172); }
H1.HeaderClassName
{
color: #300AAC;
}
.AnyTagClassName
{
color: #300AAC;
}
</style>
background-color css
<style>
a { background-color: #300AAC; }
a { background-color: rgb(48,10,172); }
div.DivClassName
{
background-color: #300AAC;
}
.BgClassName
{
background-color: #300AAC;
}
</style>
border-color css
<style>
span { border-color: #300AAC; }
span { border-color: rgb(48,10,172); }
td.TdClassName
{
border-color: #300AAC;
}
.TagClassName
{
border-color: #300AAC;
}
</style>