Shades of Ultramarine #2D239B
Tints of Ultramarine #2D239B
RGB
CMYK
RGB Variations
Color information
#2D239B (or 0x2D239B) is known color: Ultramarine. HEX triplet: 2D, 23 and 9B. RGB value is (45,35,155). Sum of RGB (Red+Green+Blue) = 45+35+155=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #2D239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D239B is #D2DC64. Grayscale: #333333. Windows color (decimal): -13818981 or 10167085. OLE color: 10167085.
HSL color Cylindrical-coordinate representation of color #2D239B: hue angle of 245º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D239B is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 45 | 35 | 155 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.39 |
| HSL | 245º | 0.63% | 0.37% | - |
| HSV(B) | 245º | 0.77% | 0.61% | - |
| XYZ | 7.6 | 4.13 | 31.41 | - |
| YUV | 51.67 | 186.31 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 155 | 0.71 | 0.77 | 0 | 0.39 | 245 | 0.63 | 0.37 |
| Hex | 2D | 23 | 9B | 47 | 4D | 0 | 27 | F5 | 3F | 25 |
| Octal | 55 | 43 | 233 | 107 | 115 | 0 | 47 | 365 | 77 | 45 |
| Binary | 101101 | 100011 | 10011011 | 1000111 | 1001101 | 0 | 100111 | 11110101 | 111111 | 100101 |
Color Harmonies of #2D239B
Complementary color
Monochromatic Colors of #2D239B
Black with #2D239B
Text Example
Text Example
White with #2D239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D239B; }
p { color: rgb(45,35,155); }
H1.HeaderClassName
{
color: #2D239B;
}
.AnyTagClassName
{
color: #2D239B;
}
</style>
background-color css
<style>
a { background-color: #2D239B; }
a { background-color: rgb(45,35,155); }
div.DivClassName
{
background-color: #2D239B;
}
.BgClassName
{
background-color: #2D239B;
}
</style>
border-color css
<style>
span { border-color: #2D239B; }
span { border-color: rgb(45,35,155); }
td.TdClassName
{
border-color: #2D239B;
}
.TagClassName
{
border-color: #2D239B;
}
</style>