Shades of Ultramarine #2D259E
Tints of Ultramarine #2D259E
RGB
CMYK
RGB Variations
Color information
#2D259E (or 0x2D259E) is known color: Ultramarine. HEX triplet: 2D, 25 and 9E. RGB value is (45,37,158). Sum of RGB (Red+Green+Blue) = 45+37+158=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D259E is #D2DA61. Grayscale: #343434. Windows color (decimal): -13818466 or 10364205. OLE color: 10364205.
HSL color Cylindrical-coordinate representation of color #2D259E: hue angle of 243.97º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D259E is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 37 | 158 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.38 |
| HSL | 243.97º | 0.62% | 0.38% | - |
| HSV(B) | 243.97º | 0.77% | 0.62% | - |
| XYZ | 7.92 | 4.35 | 32.77 | - |
| YUV | 53.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 158 | 0.72 | 0.77 | 0 | 0.38 | 243.97 | 0.62 | 0.38 |
| Hex | 2D | 25 | 9E | 48 | 4D | 0 | 26 | F4 | 3E | 26 |
| Octal | 55 | 45 | 236 | 110 | 115 | 0 | 46 | 364 | 76 | 46 |
| Binary | 101101 | 100101 | 10011110 | 1001000 | 1001101 | 0 | 100110 | 11110100 | 111110 | 100110 |
Color Harmonies of #2D259E
Complementary color
Monochromatic Colors of #2D259E
Black with #2D259E
Text Example
Text Example
White with #2D259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D259E; }
p { color: rgb(45,37,158); }
H1.HeaderClassName
{
color: #2D259E;
}
.AnyTagClassName
{
color: #2D259E;
}
</style>
background-color css
<style>
a { background-color: #2D259E; }
a { background-color: rgb(45,37,158); }
div.DivClassName
{
background-color: #2D259E;
}
.BgClassName
{
background-color: #2D259E;
}
</style>
border-color css
<style>
span { border-color: #2D259E; }
span { border-color: rgb(45,37,158); }
td.TdClassName
{
border-color: #2D259E;
}
.TagClassName
{
border-color: #2D259E;
}
</style>