Shades of Ultramarine #3000AE
Tints of Ultramarine #3000AE
RGB
CMYK
RGB Variations
Color information
#3000AE (or 0x3000AE) is known color: Ultramarine. HEX triplet: 30, 00 and AE. RGB value is (48,0,174). Sum of RGB (Red+Green+Blue) = 48+0+174=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #3000AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3000AE is #CFFF51. Grayscale: #212121. Windows color (decimal): -13631314 or 11403312. OLE color: 11403312.
HSL color Cylindrical-coordinate representation of color #3000AE: hue angle of 256.55º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3000AE is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 0 | 174 | - |
| CMYK | 0.72 | 1 | 0 | 0.32 |
| HSL | 256.55º | 1% | 0.34% | - |
| HSV(B) | 256.55º | 1% | 0.68% | - |
| XYZ | 8.86 | 3.68 | 40.29 | - |
| YUV | 34.19 | 206.9 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 0 | 174 | 0.72 | 1 | 0 | 0.32 | 256.55 | 1 | 0.34 |
| Hex | 30 | 0 | AE | 48 | 64 | 0 | 20 | 101 | 64 | 22 |
| Octal | 60 | 0 | 256 | 110 | 144 | 0 | 40 | 401 | 144 | 42 |
| Binary | 110000 | 0 | 10101110 | 1001000 | 1100100 | 0 | 100000 | 100000001 | 1100100 | 100010 |
Color Harmonies of #3000AE
Complementary color
Monochromatic Colors of #3000AE
Black with #3000AE
Text Example
Text Example
White with #3000AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3000AE; }
p { color: rgb(48,0,174); }
H1.HeaderClassName
{
color: #3000AE;
}
.AnyTagClassName
{
color: #3000AE;
}
</style>
background-color css
<style>
a { background-color: #3000AE; }
a { background-color: rgb(48,0,174); }
div.DivClassName
{
background-color: #3000AE;
}
.BgClassName
{
background-color: #3000AE;
}
</style>
border-color css
<style>
span { border-color: #3000AE; }
span { border-color: rgb(48,0,174); }
td.TdClassName
{
border-color: #3000AE;
}
.TagClassName
{
border-color: #3000AE;
}
</style>