Shades of Ultramarine #2B2693
Tints of Ultramarine #2B2693
RGB
CMYK
RGB Variations
Color information
#2B2693 (or 0x2B2693) is known color: Ultramarine. HEX triplet: 2B, 26 and 93. RGB value is (43,38,147). Sum of RGB (Red+Green+Blue) = 43+38+147=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B2693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2693 is #D4D96C. Grayscale: #333333. Windows color (decimal): -13949293 or 9643563. OLE color: 9643563.
HSL color Cylindrical-coordinate representation of color #2B2693: hue angle of 242.75º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B2693 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 38 | 147 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.42 |
| HSL | 242.75º | 0.59% | 0.36% | - |
| HSV(B) | 242.75º | 0.74% | 0.58% | - |
| XYZ | 6.96 | 4.01 | 28.01 | - |
| YUV | 51.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 147 | 0.71 | 0.74 | 0 | 0.42 | 242.75 | 0.59 | 0.36 |
| Hex | 2B | 26 | 93 | 47 | 4A | 0 | 2A | F3 | 3B | 24 |
| Octal | 53 | 46 | 223 | 107 | 112 | 0 | 52 | 363 | 73 | 44 |
| Binary | 101011 | 100110 | 10010011 | 1000111 | 1001010 | 0 | 101010 | 11110011 | 111011 | 100100 |
Color Harmonies of #2B2693
Complementary color
Monochromatic Colors of #2B2693
Black with #2B2693
Text Example
Text Example
White with #2B2693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2693; }
p { color: rgb(43,38,147); }
H1.HeaderClassName
{
color: #2B2693;
}
.AnyTagClassName
{
color: #2B2693;
}
</style>
background-color css
<style>
a { background-color: #2B2693; }
a { background-color: rgb(43,38,147); }
div.DivClassName
{
background-color: #2B2693;
}
.BgClassName
{
background-color: #2B2693;
}
</style>
border-color css
<style>
span { border-color: #2B2693; }
span { border-color: rgb(43,38,147); }
td.TdClassName
{
border-color: #2B2693;
}
.TagClassName
{
border-color: #2B2693;
}
</style>