Shades of Ultramarine #2C11B3
Tints of Ultramarine #2C11B3
RGB
CMYK
RGB Variations
Color information
#2C11B3 (or 0x2C11B3) is known color: Ultramarine. HEX triplet: 2C, 11 and B3. RGB value is (44,17,179). Sum of RGB (Red+Green+Blue) = 44+17+179=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 179 (70.31% from 255 or 74.58% from 240); Max value from RGB is 179 - color contains mainly: blue. Hex color #2C11B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C11B3 is #D3EE4C. Grayscale: #2A2A2A. Windows color (decimal): -13889101 or 11735340. OLE color: 11735340.
HSL color Cylindrical-coordinate representation of color #2C11B3: hue angle of 250º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C11B3 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 17 | 179 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.30 |
| HSL | 250º | 0.83% | 0.38% | - |
| HSV(B) | 250º | 0.91% | 0.7% | - |
| XYZ | 9.38 | 4.19 | 42.96 | - |
| YUV | 43.54 | 204.45 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 17 | 179 | 0.75 | 0.91 | 0 | 0.30 | 250 | 0.83 | 0.38 |
| Hex | 2C | 11 | B3 | 4B | 5B | 0 | 1E | FA | 53 | 26 |
| Octal | 54 | 21 | 263 | 113 | 133 | 0 | 36 | 372 | 123 | 46 |
| Binary | 101100 | 10001 | 10110011 | 1001011 | 1011011 | 0 | 11110 | 11111010 | 1010011 | 100110 |
Color Harmonies of #2C11B3
Complementary color
Monochromatic Colors of #2C11B3
Black with #2C11B3
Text Example
Text Example
White with #2C11B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C11B3; }
p { color: rgb(44,17,179); }
H1.HeaderClassName
{
color: #2C11B3;
}
.AnyTagClassName
{
color: #2C11B3;
}
</style>
background-color css
<style>
a { background-color: #2C11B3; }
a { background-color: rgb(44,17,179); }
div.DivClassName
{
background-color: #2C11B3;
}
.BgClassName
{
background-color: #2C11B3;
}
</style>
border-color css
<style>
span { border-color: #2C11B3; }
span { border-color: rgb(44,17,179); }
td.TdClassName
{
border-color: #2C11B3;
}
.TagClassName
{
border-color: #2C11B3;
}
</style>