Shades of Ultramarine #2D10B4
Tints of Ultramarine #2D10B4
RGB
CMYK
RGB Variations
Color information
#2D10B4 (or 0x2D10B4) is known color: Ultramarine. HEX triplet: 2D, 10 and B4. RGB value is (45,16,180). Sum of RGB (Red+Green+Blue) = 45+16+180=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #2D10B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10B4 is #D2EF4B. Grayscale: #2A2A2A. Windows color (decimal): -13823820 or 11800621. OLE color: 11800621.
HSL color Cylindrical-coordinate representation of color #2D10B4: hue angle of 250.61º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D10B4 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 16 | 180 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.29 |
| HSL | 250.61º | 0.84% | 0.38% | - |
| HSV(B) | 250.61º | 0.91% | 0.71% | - |
| XYZ | 9.51 | 4.22 | 43.49 | - |
| YUV | 43.37 | 205.11 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 180 | 0.75 | 0.91 | 0 | 0.29 | 250.61 | 0.84 | 0.38 |
| Hex | 2D | 10 | B4 | 4B | 5B | 0 | 1D | FB | 54 | 26 |
| Octal | 55 | 20 | 264 | 113 | 133 | 0 | 35 | 373 | 124 | 46 |
| Binary | 101101 | 10000 | 10110100 | 1001011 | 1011011 | 0 | 11101 | 11111011 | 1010100 | 100110 |
Color Harmonies of #2D10B4
Complementary color
Monochromatic Colors of #2D10B4
Black with #2D10B4
Text Example
Text Example
White with #2D10B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10B4; }
p { color: rgb(45,16,180); }
H1.HeaderClassName
{
color: #2D10B4;
}
.AnyTagClassName
{
color: #2D10B4;
}
</style>
background-color css
<style>
a { background-color: #2D10B4; }
a { background-color: rgb(45,16,180); }
div.DivClassName
{
background-color: #2D10B4;
}
.BgClassName
{
background-color: #2D10B4;
}
</style>
border-color css
<style>
span { border-color: #2D10B4; }
span { border-color: rgb(45,16,180); }
td.TdClassName
{
border-color: #2D10B4;
}
.TagClassName
{
border-color: #2D10B4;
}
</style>