Shades of Ultramarine #3007AD
Tints of Ultramarine #3007AD
RGB
CMYK
RGB Variations
Color information
#3007AD (or 0x3007AD) is known color: Ultramarine. HEX triplet: 30, 07 and AD. RGB value is (48,7,173). Sum of RGB (Red+Green+Blue) = 48+7+173=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #3007AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3007AD is #CFF852. Grayscale: #252525. Windows color (decimal): -13629523 or 11339568. OLE color: 11339568.
HSL color Cylindrical-coordinate representation of color #3007AD: hue angle of 254.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3007AD is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 7 | 173 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.32 |
| HSL | 254.82º | 0.92% | 0.35% | - |
| HSV(B) | 254.82º | 0.96% | 0.68% | - |
| XYZ | 8.84 | 3.8 | 39.8 | - |
| YUV | 38.18 | 204.08 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 173 | 0.72 | 0.96 | 0 | 0.32 | 254.82 | 0.92 | 0.35 |
| Hex | 30 | 7 | AD | 48 | 60 | 0 | 20 | FF | 5C | 23 |
| Octal | 60 | 7 | 255 | 110 | 140 | 0 | 40 | 377 | 134 | 43 |
| Binary | 110000 | 111 | 10101101 | 1001000 | 1100000 | 0 | 100000 | 11111111 | 1011100 | 100011 |
Color Harmonies of #3007AD
Complementary color
Monochromatic Colors of #3007AD
Black with #3007AD
Text Example
Text Example
White with #3007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3007AD; }
p { color: rgb(48,7,173); }
H1.HeaderClassName
{
color: #3007AD;
}
.AnyTagClassName
{
color: #3007AD;
}
</style>
background-color css
<style>
a { background-color: #3007AD; }
a { background-color: rgb(48,7,173); }
div.DivClassName
{
background-color: #3007AD;
}
.BgClassName
{
background-color: #3007AD;
}
</style>
border-color css
<style>
span { border-color: #3007AD; }
span { border-color: rgb(48,7,173); }
td.TdClassName
{
border-color: #3007AD;
}
.TagClassName
{
border-color: #3007AD;
}
</style>