Shades of Ultramarine #2C1CAA
Tints of Ultramarine #2C1CAA
RGB
CMYK
RGB Variations
Color information
#2C1CAA (or 0x2C1CAA) is known color: Ultramarine. HEX triplet: 2C, 1C and AA. RGB value is (44,28,170). Sum of RGB (Red+Green+Blue) = 44+28+170=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1CAA is #D3E355. Grayscale: #303030. Windows color (decimal): -13886294 or 11148332. OLE color: 11148332.
HSL color Cylindrical-coordinate representation of color #2C1CAA: hue angle of 246.76º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C1CAA is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 28 | 170 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.33 |
| HSL | 246.76º | 0.72% | 0.39% | - |
| HSV(B) | 246.76º | 0.84% | 0.67% | - |
| XYZ | 8.71 | 4.27 | 38.4 | - |
| YUV | 48.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 170 | 0.74 | 0.84 | 0 | 0.33 | 246.76 | 0.72 | 0.39 |
| Hex | 2C | 1C | AA | 4A | 54 | 0 | 21 | F7 | 48 | 27 |
| Octal | 54 | 34 | 252 | 112 | 124 | 0 | 41 | 367 | 110 | 47 |
| Binary | 101100 | 11100 | 10101010 | 1001010 | 1010100 | 0 | 100001 | 11110111 | 1001000 | 100111 |
Color Harmonies of #2C1CAA
Complementary color
Monochromatic Colors of #2C1CAA
Black with #2C1CAA
Text Example
Text Example
White with #2C1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1CAA; }
p { color: rgb(44,28,170); }
H1.HeaderClassName
{
color: #2C1CAA;
}
.AnyTagClassName
{
color: #2C1CAA;
}
</style>
background-color css
<style>
a { background-color: #2C1CAA; }
a { background-color: rgb(44,28,170); }
div.DivClassName
{
background-color: #2C1CAA;
}
.BgClassName
{
background-color: #2C1CAA;
}
</style>
border-color css
<style>
span { border-color: #2C1CAA; }
span { border-color: rgb(44,28,170); }
td.TdClassName
{
border-color: #2C1CAA;
}
.TagClassName
{
border-color: #2C1CAA;
}
</style>