Shades of Ultramarine #2D229E
Tints of Ultramarine #2D229E
RGB
CMYK
RGB Variations
Color information
#2D229E (or 0x2D229E) is known color: Ultramarine. HEX triplet: 2D, 22 and 9E. RGB value is (45,34,158). Sum of RGB (Red+Green+Blue) = 45+34+158=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D229E is #D2DD61. Grayscale: #323232. Windows color (decimal): -13819234 or 10363437. OLE color: 10363437.
HSL color Cylindrical-coordinate representation of color #2D229E: hue angle of 245.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D229E is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 34 | 158 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.38 |
| HSL | 245.32º | 0.65% | 0.38% | - |
| HSV(B) | 245.32º | 0.78% | 0.62% | - |
| XYZ | 7.83 | 4.17 | 32.74 | - |
| YUV | 51.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 158 | 0.72 | 0.78 | 0 | 0.38 | 245.32 | 0.65 | 0.38 |
| Hex | 2D | 22 | 9E | 48 | 4E | 0 | 26 | F5 | 41 | 26 |
| Octal | 55 | 42 | 236 | 110 | 116 | 0 | 46 | 365 | 101 | 46 |
| Binary | 101101 | 100010 | 10011110 | 1001000 | 1001110 | 0 | 100110 | 11110101 | 1000001 | 100110 |
Color Harmonies of #2D229E
Complementary color
Monochromatic Colors of #2D229E
Black with #2D229E
Text Example
Text Example
White with #2D229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D229E; }
p { color: rgb(45,34,158); }
H1.HeaderClassName
{
color: #2D229E;
}
.AnyTagClassName
{
color: #2D229E;
}
</style>
background-color css
<style>
a { background-color: #2D229E; }
a { background-color: rgb(45,34,158); }
div.DivClassName
{
background-color: #2D229E;
}
.BgClassName
{
background-color: #2D229E;
}
</style>
border-color css
<style>
span { border-color: #2D229E; }
span { border-color: rgb(45,34,158); }
td.TdClassName
{
border-color: #2D229E;
}
.TagClassName
{
border-color: #2D229E;
}
</style>