Shades of Ultramarine #2B269C
Tints of Ultramarine #2B269C
RGB
CMYK
RGB Variations
Color information
#2B269C (or 0x2B269C) is known color: Ultramarine. HEX triplet: 2B, 26 and 9C. RGB value is (43,38,156). Sum of RGB (Red+Green+Blue) = 43+38+156=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B269C is #D4D963. Grayscale: #343434. Windows color (decimal): -13949284 or 10233387. OLE color: 10233387.
HSL color Cylindrical-coordinate representation of color #2B269C: hue angle of 242.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B269C is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 38 | 156 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.39 |
| HSL | 242.54º | 0.61% | 0.38% | - |
| HSV(B) | 242.54º | 0.76% | 0.61% | - |
| XYZ | 7.69 | 4.3 | 31.88 | - |
| YUV | 52.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 156 | 0.72 | 0.76 | 0 | 0.39 | 242.54 | 0.61 | 0.38 |
| Hex | 2B | 26 | 9C | 48 | 4C | 0 | 27 | F3 | 3D | 26 |
| Octal | 53 | 46 | 234 | 110 | 114 | 0 | 47 | 363 | 75 | 46 |
| Binary | 101011 | 100110 | 10011100 | 1001000 | 1001100 | 0 | 100111 | 11110011 | 111101 | 100110 |
Color Harmonies of #2B269C
Complementary color
Monochromatic Colors of #2B269C
Black with #2B269C
Text Example
Text Example
White with #2B269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B269C; }
p { color: rgb(43,38,156); }
H1.HeaderClassName
{
color: #2B269C;
}
.AnyTagClassName
{
color: #2B269C;
}
</style>
background-color css
<style>
a { background-color: #2B269C; }
a { background-color: rgb(43,38,156); }
div.DivClassName
{
background-color: #2B269C;
}
.BgClassName
{
background-color: #2B269C;
}
</style>
border-color css
<style>
span { border-color: #2B269C; }
span { border-color: rgb(43,38,156); }
td.TdClassName
{
border-color: #2B269C;
}
.TagClassName
{
border-color: #2B269C;
}
</style>