Shades of Ultramarine #2D2299
Tints of Ultramarine #2D2299
RGB
CMYK
RGB Variations
Color information
#2D2299 (or 0x2D2299) is known color: Ultramarine. HEX triplet: 2D, 22 and 99. RGB value is (45,34,153). Sum of RGB (Red+Green+Blue) = 45+34+153=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D2299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2299 is #D2DD66. Grayscale: #323232. Windows color (decimal): -13819239 or 10035757. OLE color: 10035757.
HSL color Cylindrical-coordinate representation of color #2D2299: hue angle of 245.55º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D2299 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 34 | 153 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.4 |
| HSL | 245.55º | 0.64% | 0.37% | - |
| HSV(B) | 245.55º | 0.78% | 0.6% | - |
| XYZ | 7.4 | 4 | 30.52 | - |
| YUV | 50.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 153 | 0.71 | 0.78 | 0 | 0.4 | 245.55 | 0.64 | 0.37 |
| Hex | 2D | 22 | 99 | 47 | 4E | 0 | 28 | F6 | 40 | 25 |
| Octal | 55 | 42 | 231 | 107 | 116 | 0 | 50 | 366 | 100 | 45 |
| Binary | 101101 | 100010 | 10011001 | 1000111 | 1001110 | 0 | 101000 | 11110110 | 1000000 | 100101 |
Color Harmonies of #2D2299
Complementary color
Monochromatic Colors of #2D2299
Black with #2D2299
Text Example
Text Example
White with #2D2299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2299; }
p { color: rgb(45,34,153); }
H1.HeaderClassName
{
color: #2D2299;
}
.AnyTagClassName
{
color: #2D2299;
}
</style>
background-color css
<style>
a { background-color: #2D2299; }
a { background-color: rgb(45,34,153); }
div.DivClassName
{
background-color: #2D2299;
}
.BgClassName
{
background-color: #2D2299;
}
</style>
border-color css
<style>
span { border-color: #2D2299; }
span { border-color: rgb(45,34,153); }
td.TdClassName
{
border-color: #2D2299;
}
.TagClassName
{
border-color: #2D2299;
}
</style>