Shades of Ultramarine #2D0FBB
Tints of Ultramarine #2D0FBB
RGB
CMYK
RGB Variations
Color information
#2D0FBB (or 0x2D0FBB) is known color: Ultramarine. HEX triplet: 2D, 0F and BB. RGB value is (45,15,187). Sum of RGB (Red+Green+Blue) = 45+15+187=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D0FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FBB is #D2F044. Grayscale: #2A2A2A. Windows color (decimal): -13824069 or 12259117. OLE color: 12259117.
HSL color Cylindrical-coordinate representation of color #2D0FBB: hue angle of 250.47º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0FBB is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 15 | 187 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.27 |
| HSL | 250.47º | 0.85% | 0.4% | - |
| HSV(B) | 250.47º | 0.92% | 0.73% | - |
| XYZ | 10.22 | 4.49 | 47.34 | - |
| YUV | 43.58 | 208.94 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 187 | 0.76 | 0.92 | 0 | 0.27 | 250.47 | 0.85 | 0.4 |
| Hex | 2D | F | BB | 4C | 5C | 0 | 1B | FA | 55 | 28 |
| Octal | 55 | 17 | 273 | 114 | 134 | 0 | 33 | 372 | 125 | 50 |
| Binary | 101101 | 1111 | 10111011 | 1001100 | 1011100 | 0 | 11011 | 11111010 | 1010101 | 101000 |
Color Harmonies of #2D0FBB
Complementary color
Monochromatic Colors of #2D0FBB
Black with #2D0FBB
Text Example
Text Example
White with #2D0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FBB; }
p { color: rgb(45,15,187); }
H1.HeaderClassName
{
color: #2D0FBB;
}
.AnyTagClassName
{
color: #2D0FBB;
}
</style>
background-color css
<style>
a { background-color: #2D0FBB; }
a { background-color: rgb(45,15,187); }
div.DivClassName
{
background-color: #2D0FBB;
}
.BgClassName
{
background-color: #2D0FBB;
}
</style>
border-color css
<style>
span { border-color: #2D0FBB; }
span { border-color: rgb(45,15,187); }
td.TdClassName
{
border-color: #2D0FBB;
}
.TagClassName
{
border-color: #2D0FBB;
}
</style>