Shades of Ultramarine #2D0DAD
Tints of Ultramarine #2D0DAD
RGB
CMYK
RGB Variations
Color information
#2D0DAD (or 0x2D0DAD) is known color: Ultramarine. HEX triplet: 2D, 0D and AD. RGB value is (45,13,173). Sum of RGB (Red+Green+Blue) = 45+13+173=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D0DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0DAD is #D2F252. Grayscale: #282828. Windows color (decimal): -13824595 or 11341101. OLE color: 11341101.
HSL color Cylindrical-coordinate representation of color #2D0DAD: hue angle of 252º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0DAD is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 13 | 173 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.32 |
| HSL | 252º | 0.86% | 0.36% | - |
| HSV(B) | 252º | 0.92% | 0.68% | - |
| XYZ | 8.77 | 3.86 | 39.82 | - |
| YUV | 40.81 | 202.6 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 13 | 173 | 0.74 | 0.92 | 0 | 0.32 | 252 | 0.86 | 0.36 |
| Hex | 2D | D | AD | 4A | 5C | 0 | 20 | FC | 56 | 24 |
| Octal | 55 | 15 | 255 | 112 | 134 | 0 | 40 | 374 | 126 | 44 |
| Binary | 101101 | 1101 | 10101101 | 1001010 | 1011100 | 0 | 100000 | 11111100 | 1010110 | 100100 |
Color Harmonies of #2D0DAD
Complementary color
Monochromatic Colors of #2D0DAD
Black with #2D0DAD
Text Example
Text Example
White with #2D0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0DAD; }
p { color: rgb(45,13,173); }
H1.HeaderClassName
{
color: #2D0DAD;
}
.AnyTagClassName
{
color: #2D0DAD;
}
</style>
background-color css
<style>
a { background-color: #2D0DAD; }
a { background-color: rgb(45,13,173); }
div.DivClassName
{
background-color: #2D0DAD;
}
.BgClassName
{
background-color: #2D0DAD;
}
</style>
border-color css
<style>
span { border-color: #2D0DAD; }
span { border-color: rgb(45,13,173); }
td.TdClassName
{
border-color: #2D0DAD;
}
.TagClassName
{
border-color: #2D0DAD;
}
</style>