Shades of Ultramarine #3002B9
Tints of Ultramarine #3002B9
RGB
CMYK
RGB Variations
Color information
#3002B9 (or 0x3002B9) is known color: Ultramarine. HEX triplet: 30, 02 and B9. RGB value is (48,2,185). Sum of RGB (Red+Green+Blue) = 48+2+185=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 185 (72.66% from 255 or 78.72% from 235); Max value from RGB is 185 - color contains mainly: blue. Hex color #3002B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002B9 is #CFFD46. Grayscale: #232323. Windows color (decimal): -13630791 or 12124720. OLE color: 12124720.
HSL color Cylindrical-coordinate representation of color #3002B9: hue angle of 255.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002B9 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 2 | 185 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.27 |
| HSL | 255.08º | 0.98% | 0.37% | - |
| HSV(B) | 255.08º | 0.99% | 0.73% | - |
| XYZ | 10 | 4.17 | 46.18 | - |
| YUV | 36.62 | 211.74 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 185 | 0.74 | 0.99 | 0 | 0.27 | 255.08 | 0.98 | 0.37 |
| Hex | 30 | 2 | B9 | 4A | 63 | 0 | 1B | FF | 62 | 25 |
| Octal | 60 | 2 | 271 | 112 | 143 | 0 | 33 | 377 | 142 | 45 |
| Binary | 110000 | 10 | 10111001 | 1001010 | 1100011 | 0 | 11011 | 11111111 | 1100010 | 100101 |
Color Harmonies of #3002B9
Complementary color
Monochromatic Colors of #3002B9
Black with #3002B9
Text Example
Text Example
White with #3002B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3002B9; }
p { color: rgb(48,2,185); }
H1.HeaderClassName
{
color: #3002B9;
}
.AnyTagClassName
{
color: #3002B9;
}
</style>
background-color css
<style>
a { background-color: #3002B9; }
a { background-color: rgb(48,2,185); }
div.DivClassName
{
background-color: #3002B9;
}
.BgClassName
{
background-color: #3002B9;
}
</style>
border-color css
<style>
span { border-color: #3002B9; }
span { border-color: rgb(48,2,185); }
td.TdClassName
{
border-color: #3002B9;
}
.TagClassName
{
border-color: #3002B9;
}
</style>