Shades of Ultramarine #2D08BA
Tints of Ultramarine #2D08BA
RGB
CMYK
RGB Variations
Color information
#2D08BA (or 0x2D08BA) is known color: Ultramarine. HEX triplet: 2D, 08 and BA. RGB value is (45,8,186). Sum of RGB (Red+Green+Blue) = 45+8+186=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D08BA is #D2F745. Grayscale: #262626. Windows color (decimal): -13825862 or 12191789. OLE color: 12191789.
HSL color Cylindrical-coordinate representation of color #2D08BA: hue angle of 252.47º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D08BA is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 8 | 186 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.27 |
| HSL | 252.47º | 0.92% | 0.38% | - |
| HSV(B) | 252.47º | 0.96% | 0.73% | - |
| XYZ | 10.03 | 4.28 | 46.75 | - |
| YUV | 39.36 | 210.76 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 186 | 0.76 | 0.96 | 0 | 0.27 | 252.47 | 0.92 | 0.38 |
| Hex | 2D | 8 | BA | 4C | 60 | 0 | 1B | FC | 5C | 26 |
| Octal | 55 | 10 | 272 | 114 | 140 | 0 | 33 | 374 | 134 | 46 |
| Binary | 101101 | 1000 | 10111010 | 1001100 | 1100000 | 0 | 11011 | 11111100 | 1011100 | 100110 |
Color Harmonies of #2D08BA
Complementary color
Monochromatic Colors of #2D08BA
Black with #2D08BA
Text Example
Text Example
White with #2D08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D08BA; }
p { color: rgb(45,8,186); }
H1.HeaderClassName
{
color: #2D08BA;
}
.AnyTagClassName
{
color: #2D08BA;
}
</style>
background-color css
<style>
a { background-color: #2D08BA; }
a { background-color: rgb(45,8,186); }
div.DivClassName
{
background-color: #2D08BA;
}
.BgClassName
{
background-color: #2D08BA;
}
</style>
border-color css
<style>
span { border-color: #2D08BA; }
span { border-color: rgb(45,8,186); }
td.TdClassName
{
border-color: #2D08BA;
}
.TagClassName
{
border-color: #2D08BA;
}
</style>