Shades of Ultramarine #2B269B
Tints of Ultramarine #2B269B
RGB
CMYK
RGB Variations
Color information
#2B269B (or 0x2B269B) is known color: Ultramarine. HEX triplet: 2B, 26 and 9B. RGB value is (43,38,155). Sum of RGB (Red+Green+Blue) = 43+38+155=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B269B is #D4D964. Grayscale: #343434. Windows color (decimal): -13949285 or 10167851. OLE color: 10167851.
HSL color Cylindrical-coordinate representation of color #2B269B: hue angle of 242.56º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B269B is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 38 | 155 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.39 |
| HSL | 242.56º | 0.61% | 0.38% | - |
| HSV(B) | 242.56º | 0.75% | 0.61% | - |
| XYZ | 7.61 | 4.27 | 31.43 | - |
| YUV | 52.83 | 185.66 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 155 | 0.72 | 0.75 | 0 | 0.39 | 242.56 | 0.61 | 0.38 |
| Hex | 2B | 26 | 9B | 48 | 4B | 0 | 27 | F3 | 3D | 26 |
| Octal | 53 | 46 | 233 | 110 | 113 | 0 | 47 | 363 | 75 | 46 |
| Binary | 101011 | 100110 | 10011011 | 1001000 | 1001011 | 0 | 100111 | 11110011 | 111101 | 100110 |
Color Harmonies of #2B269B
Complementary color
Monochromatic Colors of #2B269B
Black with #2B269B
Text Example
Text Example
White with #2B269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B269B; }
p { color: rgb(43,38,155); }
H1.HeaderClassName
{
color: #2B269B;
}
.AnyTagClassName
{
color: #2B269B;
}
</style>
background-color css
<style>
a { background-color: #2B269B; }
a { background-color: rgb(43,38,155); }
div.DivClassName
{
background-color: #2B269B;
}
.BgClassName
{
background-color: #2B269B;
}
</style>
border-color css
<style>
span { border-color: #2B269B; }
span { border-color: rgb(43,38,155); }
td.TdClassName
{
border-color: #2B269B;
}
.TagClassName
{
border-color: #2B269B;
}
</style>