Shades of Ultramarine #2D10AF
Tints of Ultramarine #2D10AF
RGB
CMYK
RGB Variations
Color information
#2D10AF (or 0x2D10AF) is known color: Ultramarine. HEX triplet: 2D, 10 and AF. RGB value is (45,16,175). Sum of RGB (Red+Green+Blue) = 45+16+175=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #2D10AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D10AF is #D2EF50. Grayscale: #2A2A2A. Windows color (decimal): -13823825 or 11472941. OLE color: 11472941.
HSL color Cylindrical-coordinate representation of color #2D10AF: hue angle of 250.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D10AF is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 16 | 175 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.31 |
| HSL | 250.94º | 0.83% | 0.37% | - |
| HSV(B) | 250.94º | 0.91% | 0.69% | - |
| XYZ | 9.01 | 4.02 | 40.86 | - |
| YUV | 42.8 | 202.61 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 175 | 0.74 | 0.91 | 0 | 0.31 | 250.94 | 0.83 | 0.37 |
| Hex | 2D | 10 | AF | 4A | 5B | 0 | 1F | FB | 53 | 25 |
| Octal | 55 | 20 | 257 | 112 | 133 | 0 | 37 | 373 | 123 | 45 |
| Binary | 101101 | 10000 | 10101111 | 1001010 | 1011011 | 0 | 11111 | 11111011 | 1010011 | 100101 |
Color Harmonies of #2D10AF
Complementary color
Monochromatic Colors of #2D10AF
Black with #2D10AF
Text Example
Text Example
White with #2D10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10AF; }
p { color: rgb(45,16,175); }
H1.HeaderClassName
{
color: #2D10AF;
}
.AnyTagClassName
{
color: #2D10AF;
}
</style>
background-color css
<style>
a { background-color: #2D10AF; }
a { background-color: rgb(45,16,175); }
div.DivClassName
{
background-color: #2D10AF;
}
.BgClassName
{
background-color: #2D10AF;
}
</style>
border-color css
<style>
span { border-color: #2D10AF; }
span { border-color: rgb(45,16,175); }
td.TdClassName
{
border-color: #2D10AF;
}
.TagClassName
{
border-color: #2D10AF;
}
</style>