Shades of Ultramarine #2C1DAA
Tints of Ultramarine #2C1DAA
RGB
CMYK
RGB Variations
Color information
#2C1DAA (or 0x2C1DAA) is known color: Ultramarine. HEX triplet: 2C, 1D and AA. RGB value is (44,29,170). Sum of RGB (Red+Green+Blue) = 44+29+170=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C1DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1DAA is #D3E255. Grayscale: #313131. Windows color (decimal): -13886038 or 11148588. OLE color: 11148588.
HSL color Cylindrical-coordinate representation of color #2C1DAA: hue angle of 246.38º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C1DAA is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 29 | 170 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.33 |
| HSL | 246.38º | 0.71% | 0.39% | - |
| HSV(B) | 246.38º | 0.83% | 0.67% | - |
| XYZ | 8.73 | 4.32 | 38.4 | - |
| YUV | 49.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 170 | 0.74 | 0.83 | 0 | 0.33 | 246.38 | 0.71 | 0.39 |
| Hex | 2C | 1D | AA | 4A | 53 | 0 | 21 | F6 | 47 | 27 |
| Octal | 54 | 35 | 252 | 112 | 123 | 0 | 41 | 366 | 107 | 47 |
| Binary | 101100 | 11101 | 10101010 | 1001010 | 1010011 | 0 | 100001 | 11110110 | 1000111 | 100111 |
Color Harmonies of #2C1DAA
Complementary color
Monochromatic Colors of #2C1DAA
Black with #2C1DAA
Text Example
Text Example
White with #2C1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1DAA; }
p { color: rgb(44,29,170); }
H1.HeaderClassName
{
color: #2C1DAA;
}
.AnyTagClassName
{
color: #2C1DAA;
}
</style>
background-color css
<style>
a { background-color: #2C1DAA; }
a { background-color: rgb(44,29,170); }
div.DivClassName
{
background-color: #2C1DAA;
}
.BgClassName
{
background-color: #2C1DAA;
}
</style>
border-color css
<style>
span { border-color: #2C1DAA; }
span { border-color: rgb(44,29,170); }
td.TdClassName
{
border-color: #2C1DAA;
}
.TagClassName
{
border-color: #2C1DAA;
}
</style>