Shades of Ultramarine #3002AA
Tints of Ultramarine #3002AA
RGB
CMYK
RGB Variations
Color information
#3002AA (or 0x3002AA) is known color: Ultramarine. HEX triplet: 30, 02 and AA. RGB value is (48,2,170). Sum of RGB (Red+Green+Blue) = 48+2+170=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #3002AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3002AA is #CFFD55. Grayscale: #222222. Windows color (decimal): -13630806 or 11141680. OLE color: 11141680.
HSL color Cylindrical-coordinate representation of color #3002AA: hue angle of 256.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002AA is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 2 | 170 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.33 |
| HSL | 256.43º | 0.98% | 0.34% | - |
| HSV(B) | 256.43º | 0.99% | 0.67% | - |
| XYZ | 8.5 | 3.57 | 38.27 | - |
| YUV | 34.91 | 204.24 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 170 | 0.72 | 0.99 | 0 | 0.33 | 256.43 | 0.98 | 0.34 |
| Hex | 30 | 2 | AA | 48 | 63 | 0 | 21 | 100 | 62 | 22 |
| Octal | 60 | 2 | 252 | 110 | 143 | 0 | 41 | 400 | 142 | 42 |
| Binary | 110000 | 10 | 10101010 | 1001000 | 1100011 | 0 | 100001 | 100000000 | 1100010 | 100010 |
Color Harmonies of #3002AA
Complementary color
Monochromatic Colors of #3002AA
Black with #3002AA
Text Example
Text Example
White with #3002AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3002AA; }
p { color: rgb(48,2,170); }
H1.HeaderClassName
{
color: #3002AA;
}
.AnyTagClassName
{
color: #3002AA;
}
</style>
background-color css
<style>
a { background-color: #3002AA; }
a { background-color: rgb(48,2,170); }
div.DivClassName
{
background-color: #3002AA;
}
.BgClassName
{
background-color: #3002AA;
}
</style>
border-color css
<style>
span { border-color: #3002AA; }
span { border-color: rgb(48,2,170); }
td.TdClassName
{
border-color: #3002AA;
}
.TagClassName
{
border-color: #3002AA;
}
</style>