Shades of Ultramarine #2C089C
Tints of Ultramarine #2C089C
RGB
CMYK
RGB Variations
Color information
#2C089C (or 0x2C089C) is known color: Ultramarine. HEX triplet: 2C, 08 and 9C. RGB value is (44,8,156). Sum of RGB (Red+Green+Blue) = 44+8+156=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #2C089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C089C is #D3F763. Grayscale: #232323. Windows color (decimal): -13891428 or 10225708. OLE color: 10225708.
HSL color Cylindrical-coordinate representation of color #2C089C: hue angle of 254.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C089C is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 8 | 156 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.39 |
| HSL | 254.59º | 0.9% | 0.32% | - |
| HSV(B) | 254.59º | 0.95% | 0.61% | - |
| XYZ | 7.13 | 3.11 | 31.68 | - |
| YUV | 35.64 | 195.93 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 156 | 0.72 | 0.95 | 0 | 0.39 | 254.59 | 0.9 | 0.32 |
| Hex | 2C | 8 | 9C | 48 | 5F | 0 | 27 | FF | 5A | 20 |
| Octal | 54 | 10 | 234 | 110 | 137 | 0 | 47 | 377 | 132 | 40 |
| Binary | 101100 | 1000 | 10011100 | 1001000 | 1011111 | 0 | 100111 | 11111111 | 1011010 | 100000 |
Color Harmonies of #2C089C
Complementary color
Monochromatic Colors of #2C089C
Black with #2C089C
Text Example
Text Example
White with #2C089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C089C; }
p { color: rgb(44,8,156); }
H1.HeaderClassName
{
color: #2C089C;
}
.AnyTagClassName
{
color: #2C089C;
}
</style>
background-color css
<style>
a { background-color: #2C089C; }
a { background-color: rgb(44,8,156); }
div.DivClassName
{
background-color: #2C089C;
}
.BgClassName
{
background-color: #2C089C;
}
</style>
border-color css
<style>
span { border-color: #2C089C; }
span { border-color: rgb(44,8,156); }
td.TdClassName
{
border-color: #2C089C;
}
.TagClassName
{
border-color: #2C089C;
}
</style>