Shades of Ultramarine #2C04B2
Tints of Ultramarine #2C04B2
RGB
CMYK
RGB Variations
Color information
#2C04B2 (or 0x2C04B2) is known color: Ultramarine. HEX triplet: 2C, 04 and B2. RGB value is (44,4,178). Sum of RGB (Red+Green+Blue) = 44+4+178=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #2C04B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C04B2 is #D3FB4D. Grayscale: #232323. Windows color (decimal): -13892430 or 11666476. OLE color: 11666476.
HSL color Cylindrical-coordinate representation of color #2C04B2: hue angle of 253.79º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C04B2 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 4 | 178 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.30 |
| HSL | 253.79º | 0.96% | 0.36% | - |
| HSV(B) | 253.79º | 0.98% | 0.7% | - |
| XYZ | 9.12 | 3.84 | 42.38 | - |
| YUV | 35.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 4 | 178 | 0.75 | 0.98 | 0 | 0.30 | 253.79 | 0.96 | 0.36 |
| Hex | 2C | 4 | B2 | 4B | 62 | 0 | 1E | FE | 60 | 24 |
| Octal | 54 | 4 | 262 | 113 | 142 | 0 | 36 | 376 | 140 | 44 |
| Binary | 101100 | 100 | 10110010 | 1001011 | 1100010 | 0 | 11110 | 11111110 | 1100000 | 100100 |
Color Harmonies of #2C04B2
Complementary color
Monochromatic Colors of #2C04B2
Black with #2C04B2
Text Example
Text Example
White with #2C04B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C04B2; }
p { color: rgb(44,4,178); }
H1.HeaderClassName
{
color: #2C04B2;
}
.AnyTagClassName
{
color: #2C04B2;
}
</style>
background-color css
<style>
a { background-color: #2C04B2; }
a { background-color: rgb(44,4,178); }
div.DivClassName
{
background-color: #2C04B2;
}
.BgClassName
{
background-color: #2C04B2;
}
</style>
border-color css
<style>
span { border-color: #2C04B2; }
span { border-color: rgb(44,4,178); }
td.TdClassName
{
border-color: #2C04B2;
}
.TagClassName
{
border-color: #2C04B2;
}
</style>