Shades of Ultramarine #2C039C
Tints of Ultramarine #2C039C
RGB
CMYK
RGB Variations
Color information
#2C039C (or 0x2C039C) is known color: Ultramarine. HEX triplet: 2C, 03 and 9C. RGB value is (44,3,156). Sum of RGB (Red+Green+Blue) = 44+3+156=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C039C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C039C is #D3FC63. Grayscale: #202020. Windows color (decimal): -13892708 or 10224428. OLE color: 10224428.
HSL color Cylindrical-coordinate representation of color #2C039C: hue angle of 256.08º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C039C is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 3 | 156 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.39 |
| HSL | 256.08º | 0.96% | 0.31% | - |
| HSV(B) | 256.08º | 0.98% | 0.61% | - |
| XYZ | 7.07 | 3 | 31.66 | - |
| YUV | 32.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 3 | 156 | 0.72 | 0.98 | 0 | 0.39 | 256.08 | 0.96 | 0.31 |
| Hex | 2C | 3 | 9C | 48 | 62 | 0 | 27 | 100 | 60 | 1F |
| Octal | 54 | 3 | 234 | 110 | 142 | 0 | 47 | 400 | 140 | 37 |
| Binary | 101100 | 11 | 10011100 | 1001000 | 1100010 | 0 | 100111 | 100000000 | 1100000 | 11111 |
Color Harmonies of #2C039C
Complementary color
Monochromatic Colors of #2C039C
Black with #2C039C
Text Example
Text Example
White with #2C039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C039C; }
p { color: rgb(44,3,156); }
H1.HeaderClassName
{
color: #2C039C;
}
.AnyTagClassName
{
color: #2C039C;
}
</style>
background-color css
<style>
a { background-color: #2C039C; }
a { background-color: rgb(44,3,156); }
div.DivClassName
{
background-color: #2C039C;
}
.BgClassName
{
background-color: #2C039C;
}
</style>
border-color css
<style>
span { border-color: #2C039C; }
span { border-color: rgb(44,3,156); }
td.TdClassName
{
border-color: #2C039C;
}
.TagClassName
{
border-color: #2C039C;
}
</style>