Shades of Ultramarine #2D00A7
Tints of Ultramarine #2D00A7
RGB
CMYK
RGB Variations
Color information
#2D00A7 (or 0x2D00A7) is known color: Ultramarine. HEX triplet: 2D, 00 and A7. RGB value is (45,0,167). Sum of RGB (Red+Green+Blue) = 45+0+167=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 167 (65.62% from 255 or 78.77% from 212); Max value from RGB is 167 - color contains mainly: blue. Hex color #2D00A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D00A7 is #D2FF58. Grayscale: #1F1F1F. Windows color (decimal): -13827929 or 10944557. OLE color: 10944557.
HSL color Cylindrical-coordinate representation of color #2D00A7: hue angle of 256.17º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00A7 is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 45 | 0 | 167 | - |
| CMYK | 0.73 | 1 | 0 | 0.35 |
| HSL | 256.17º | 1% | 0.33% | - |
| HSV(B) | 256.17º | 1% | 0.65% | - |
| XYZ | 8.06 | 3.35 | 36.78 | - |
| YUV | 32.49 | 203.91 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 0 | 167 | 0.73 | 1 | 0 | 0.35 | 256.17 | 1 | 0.33 |
| Hex | 2D | 0 | A7 | 49 | 64 | 0 | 23 | 100 | 64 | 21 |
| Octal | 55 | 0 | 247 | 111 | 144 | 0 | 43 | 400 | 144 | 41 |
| Binary | 101101 | 0 | 10100111 | 1001001 | 1100100 | 0 | 100011 | 100000000 | 1100100 | 100001 |
Color Harmonies of #2D00A7
Complementary color
Monochromatic Colors of #2D00A7
Black with #2D00A7
Text Example
Text Example
White with #2D00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D00A7; }
p { color: rgb(45,0,167); }
H1.HeaderClassName
{
color: #2D00A7;
}
.AnyTagClassName
{
color: #2D00A7;
}
</style>
background-color css
<style>
a { background-color: #2D00A7; }
a { background-color: rgb(45,0,167); }
div.DivClassName
{
background-color: #2D00A7;
}
.BgClassName
{
background-color: #2D00A7;
}
</style>
border-color css
<style>
span { border-color: #2D00A7; }
span { border-color: rgb(45,0,167); }
td.TdClassName
{
border-color: #2D00A7;
}
.TagClassName
{
border-color: #2D00A7;
}
</style>