Shades of Ultramarine #300AAA
Tints of Ultramarine #300AAA
RGB
CMYK
RGB Variations
Color information
#300AAA (or 0x300AAA) is known color: Ultramarine. HEX triplet: 30, 0A and AA. RGB value is (48,10,170). Sum of RGB (Red+Green+Blue) = 48+10+170=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #300AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300AAA is #CFF555. Grayscale: #272727. Windows color (decimal): -13628758 or 11143728. OLE color: 11143728.
HSL color Cylindrical-coordinate representation of color #300AAA: hue angle of 254.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300AAA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 10 | 170 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.33 |
| HSL | 254.25º | 0.89% | 0.35% | - |
| HSV(B) | 254.25º | 0.94% | 0.67% | - |
| XYZ | 8.58 | 3.75 | 38.3 | - |
| YUV | 39.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 170 | 0.72 | 0.94 | 0 | 0.33 | 254.25 | 0.89 | 0.35 |
| Hex | 30 | A | AA | 48 | 5E | 0 | 21 | FE | 59 | 23 |
| Octal | 60 | 12 | 252 | 110 | 136 | 0 | 41 | 376 | 131 | 43 |
| Binary | 110000 | 1010 | 10101010 | 1001000 | 1011110 | 0 | 100001 | 11111110 | 1011001 | 100011 |
Color Harmonies of #300AAA
Complementary color
Monochromatic Colors of #300AAA
Black with #300AAA
Text Example
Text Example
White with #300AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300AAA; }
p { color: rgb(48,10,170); }
H1.HeaderClassName
{
color: #300AAA;
}
.AnyTagClassName
{
color: #300AAA;
}
</style>
background-color css
<style>
a { background-color: #300AAA; }
a { background-color: rgb(48,10,170); }
div.DivClassName
{
background-color: #300AAA;
}
.BgClassName
{
background-color: #300AAA;
}
</style>
border-color css
<style>
span { border-color: #300AAA; }
span { border-color: rgb(48,10,170); }
td.TdClassName
{
border-color: #300AAA;
}
.TagClassName
{
border-color: #300AAA;
}
</style>