Shades of Ultramarine #3004AB
Tints of Ultramarine #3004AB
RGB
CMYK
RGB Variations
Color information
#3004AB (or 0x3004AB) is known color: Ultramarine. HEX triplet: 30, 04 and AB. RGB value is (48,4,171). Sum of RGB (Red+Green+Blue) = 48+4+171=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #3004AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3004AB is #CFFB54. Grayscale: #232323. Windows color (decimal): -13630293 or 11207728. OLE color: 11207728.
HSL color Cylindrical-coordinate representation of color #3004AB: hue angle of 255.81º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3004AB is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 4 | 171 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.33 |
| HSL | 255.81º | 0.95% | 0.34% | - |
| HSV(B) | 255.81º | 0.98% | 0.67% | - |
| XYZ | 8.61 | 3.66 | 38.78 | - |
| YUV | 36.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 4 | 171 | 0.72 | 0.98 | 0 | 0.33 | 255.81 | 0.95 | 0.34 |
| Hex | 30 | 4 | AB | 48 | 62 | 0 | 21 | 100 | 5F | 22 |
| Octal | 60 | 4 | 253 | 110 | 142 | 0 | 41 | 400 | 137 | 42 |
| Binary | 110000 | 100 | 10101011 | 1001000 | 1100010 | 0 | 100001 | 100000000 | 1011111 | 100010 |
Color Harmonies of #3004AB
Complementary color
Monochromatic Colors of #3004AB
Black with #3004AB
Text Example
Text Example
White with #3004AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3004AB; }
p { color: rgb(48,4,171); }
H1.HeaderClassName
{
color: #3004AB;
}
.AnyTagClassName
{
color: #3004AB;
}
</style>
background-color css
<style>
a { background-color: #3004AB; }
a { background-color: rgb(48,4,171); }
div.DivClassName
{
background-color: #3004AB;
}
.BgClassName
{
background-color: #3004AB;
}
</style>
border-color css
<style>
span { border-color: #3004AB; }
span { border-color: rgb(48,4,171); }
td.TdClassName
{
border-color: #3004AB;
}
.TagClassName
{
border-color: #3004AB;
}
</style>