Shades of Ultramarine #2D2398
Tints of Ultramarine #2D2398
RGB
CMYK
RGB Variations
Color information
#2D2398 (or 0x2D2398) is known color: Ultramarine. HEX triplet: 2D, 23 and 98. RGB value is (45,35,152). Sum of RGB (Red+Green+Blue) = 45+35+152=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #2D2398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2398 is #D2DC67. Grayscale: #323232. Windows color (decimal): -13818984 or 9970477. OLE color: 9970477.
HSL color Cylindrical-coordinate representation of color #2D2398: hue angle of 245.13º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D2398 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 45 | 35 | 152 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.40 |
| HSL | 245.13º | 0.63% | 0.37% | - |
| HSV(B) | 245.13º | 0.77% | 0.6% | - |
| XYZ | 7.35 | 4.03 | 30.1 | - |
| YUV | 51.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 152 | 0.70 | 0.77 | 0 | 0.40 | 245.13 | 0.63 | 0.37 |
| Hex | 2D | 23 | 98 | 46 | 4D | 0 | 28 | F5 | 3F | 25 |
| Octal | 55 | 43 | 230 | 106 | 115 | 0 | 50 | 365 | 77 | 45 |
| Binary | 101101 | 100011 | 10011000 | 1000110 | 1001101 | 0 | 101000 | 11110101 | 111111 | 100101 |
Color Harmonies of #2D2398
Complementary color
Monochromatic Colors of #2D2398
Black with #2D2398
Text Example
Text Example
White with #2D2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2398; }
p { color: rgb(45,35,152); }
H1.HeaderClassName
{
color: #2D2398;
}
.AnyTagClassName
{
color: #2D2398;
}
</style>
background-color css
<style>
a { background-color: #2D2398; }
a { background-color: rgb(45,35,152); }
div.DivClassName
{
background-color: #2D2398;
}
.BgClassName
{
background-color: #2D2398;
}
</style>
border-color css
<style>
span { border-color: #2D2398; }
span { border-color: rgb(45,35,152); }
td.TdClassName
{
border-color: #2D2398;
}
.TagClassName
{
border-color: #2D2398;
}
</style>