Shades of Ultramarine #2D1CAA
Tints of Ultramarine #2D1CAA
RGB
CMYK
RGB Variations
Color information
#2D1CAA (or 0x2D1CAA) is known color: Ultramarine. HEX triplet: 2D, 1C and AA. RGB value is (45,28,170). Sum of RGB (Red+Green+Blue) = 45+28+170=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 28 (11.33% from 255 or 11.52% 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 #2D1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1CAA is #D2E355. Grayscale: #303030. Windows color (decimal): -13820758 or 11148333. OLE color: 11148333.
HSL color Cylindrical-coordinate representation of color #2D1CAA: hue angle of 247.18º 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 #2D1CAA is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 28 | 170 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.33 |
| HSL | 247.18º | 0.72% | 0.39% | - |
| HSV(B) | 247.18º | 0.84% | 0.67% | - |
| XYZ | 8.75 | 4.29 | 38.4 | - |
| YUV | 49.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 170 | 0.74 | 0.84 | 0 | 0.33 | 247.18 | 0.72 | 0.39 |
| Hex | 2D | 1C | AA | 4A | 54 | 0 | 21 | F7 | 48 | 27 |
| Octal | 55 | 34 | 252 | 112 | 124 | 0 | 41 | 367 | 110 | 47 |
| Binary | 101101 | 11100 | 10101010 | 1001010 | 1010100 | 0 | 100001 | 11110111 | 1001000 | 100111 |
Color Harmonies of #2D1CAA
Complementary color
Monochromatic Colors of #2D1CAA
Black with #2D1CAA
Text Example
Text Example
White with #2D1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1CAA; }
p { color: rgb(45,28,170); }
H1.HeaderClassName
{
color: #2D1CAA;
}
.AnyTagClassName
{
color: #2D1CAA;
}
</style>
background-color css
<style>
a { background-color: #2D1CAA; }
a { background-color: rgb(45,28,170); }
div.DivClassName
{
background-color: #2D1CAA;
}
.BgClassName
{
background-color: #2D1CAA;
}
</style>
border-color css
<style>
span { border-color: #2D1CAA; }
span { border-color: rgb(45,28,170); }
td.TdClassName
{
border-color: #2D1CAA;
}
.TagClassName
{
border-color: #2D1CAA;
}
</style>