Shades of Ultramarine #3007AB
Tints of Ultramarine #3007AB
RGB
CMYK
RGB Variations
Color information
#3007AB (or 0x3007AB) is known color: Ultramarine. HEX triplet: 30, 07 and AB. RGB value is (48,7,171). Sum of RGB (Red+Green+Blue) = 48+7+171=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #3007AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3007AB is #CFF854. Grayscale: #252525. Windows color (decimal): -13629525 or 11208496. OLE color: 11208496.
HSL color Cylindrical-coordinate representation of color #3007AB: hue angle of 255º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3007AB is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 7 | 171 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.33 |
| HSL | 255º | 0.92% | 0.35% | - |
| HSV(B) | 255º | 0.96% | 0.67% | - |
| XYZ | 8.65 | 3.72 | 38.79 | - |
| YUV | 37.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 7 | 171 | 0.72 | 0.96 | 0 | 0.33 | 255 | 0.92 | 0.35 |
| Hex | 30 | 7 | AB | 48 | 60 | 0 | 21 | FF | 5C | 23 |
| Octal | 60 | 7 | 253 | 110 | 140 | 0 | 41 | 377 | 134 | 43 |
| Binary | 110000 | 111 | 10101011 | 1001000 | 1100000 | 0 | 100001 | 11111111 | 1011100 | 100011 |
Color Harmonies of #3007AB
Complementary color
Monochromatic Colors of #3007AB
Black with #3007AB
Text Example
Text Example
White with #3007AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3007AB; }
p { color: rgb(48,7,171); }
H1.HeaderClassName
{
color: #3007AB;
}
.AnyTagClassName
{
color: #3007AB;
}
</style>
background-color css
<style>
a { background-color: #3007AB; }
a { background-color: rgb(48,7,171); }
div.DivClassName
{
background-color: #3007AB;
}
.BgClassName
{
background-color: #3007AB;
}
</style>
border-color css
<style>
span { border-color: #3007AB; }
span { border-color: rgb(48,7,171); }
td.TdClassName
{
border-color: #3007AB;
}
.TagClassName
{
border-color: #3007AB;
}
</style>