Shades of Ultramarine #2B239B
Tints of Ultramarine #2B239B
RGB
CMYK
RGB Variations
Color information
#2B239B (or 0x2B239B) is known color: Ultramarine. HEX triplet: 2B, 23 and 9B. RGB value is (43,35,155). Sum of RGB (Red+Green+Blue) = 43+35+155=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B239B is #D4DC64. Grayscale: #323232. Windows color (decimal): -13950053 or 10167083. OLE color: 10167083.
HSL color Cylindrical-coordinate representation of color #2B239B: hue angle of 244º 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 #2B239B is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 35 | 155 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.39 |
| HSL | 244º | 0.63% | 0.37% | - |
| HSV(B) | 244º | 0.77% | 0.61% | - |
| XYZ | 7.51 | 4.08 | 31.4 | - |
| YUV | 51.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 155 | 0.72 | 0.77 | 0 | 0.39 | 244 | 0.63 | 0.37 |
| Hex | 2B | 23 | 9B | 48 | 4D | 0 | 27 | F4 | 3F | 25 |
| Octal | 53 | 43 | 233 | 110 | 115 | 0 | 47 | 364 | 77 | 45 |
| Binary | 101011 | 100011 | 10011011 | 1001000 | 1001101 | 0 | 100111 | 11110100 | 111111 | 100101 |
Color Harmonies of #2B239B
Complementary color
Monochromatic Colors of #2B239B
Black with #2B239B
Text Example
Text Example
White with #2B239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B239B; }
p { color: rgb(43,35,155); }
H1.HeaderClassName
{
color: #2B239B;
}
.AnyTagClassName
{
color: #2B239B;
}
</style>
background-color css
<style>
a { background-color: #2B239B; }
a { background-color: rgb(43,35,155); }
div.DivClassName
{
background-color: #2B239B;
}
.BgClassName
{
background-color: #2B239B;
}
</style>
border-color css
<style>
span { border-color: #2B239B; }
span { border-color: rgb(43,35,155); }
td.TdClassName
{
border-color: #2B239B;
}
.TagClassName
{
border-color: #2B239B;
}
</style>