Shades of Ultramarine #3000AA
Tints of Ultramarine #3000AA
RGB
CMYK
RGB Variations
Color information
#3000AA (or 0x3000AA) is known color: Ultramarine. HEX triplet: 30, 00 and AA. RGB value is (48,0,170). Sum of RGB (Red+Green+Blue) = 48+0+170=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 170 (66.80% from 255 or 77.98% from 218); Max value from RGB is 170 - color contains mainly: blue. Hex color #3000AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3000AA is #CFFF55. Grayscale: #212121. Windows color (decimal): -13631318 or 11141168. OLE color: 11141168.
HSL color Cylindrical-coordinate representation of color #3000AA: hue angle of 256.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000AA is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 0 | 170 | - |
| CMYK | 0.72 | 1 | 0 | 0.33 |
| HSL | 256.94º | 1% | 0.33% | - |
| HSV(B) | 256.94º | 1% | 0.67% | - |
| XYZ | 8.47 | 3.53 | 38.27 | - |
| YUV | 33.73 | 204.9 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 170 | 0.72 | 1 | 0 | 0.33 | 256.94 | 1 | 0.33 |
| Hex | 30 | 0 | AA | 48 | 64 | 0 | 21 | 101 | 64 | 21 |
| Octal | 60 | 0 | 252 | 110 | 144 | 0 | 41 | 401 | 144 | 41 |
| Binary | 110000 | 0 | 10101010 | 1001000 | 1100100 | 0 | 100001 | 100000001 | 1100100 | 100001 |
Color Harmonies of #3000AA
Complementary color
Monochromatic Colors of #3000AA
Black with #3000AA
Text Example
Text Example
White with #3000AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000AA; }
p { color: rgb(48,0,170); }
H1.HeaderClassName
{
color: #3000AA;
}
.AnyTagClassName
{
color: #3000AA;
}
</style>
background-color css
<style>
a { background-color: #3000AA; }
a { background-color: rgb(48,0,170); }
div.DivClassName
{
background-color: #3000AA;
}
.BgClassName
{
background-color: #3000AA;
}
</style>
border-color css
<style>
span { border-color: #3000AA; }
span { border-color: rgb(48,0,170); }
td.TdClassName
{
border-color: #3000AA;
}
.TagClassName
{
border-color: #3000AA;
}
</style>