Shades of Ultramarine #2D0CAA
Tints of Ultramarine #2D0CAA
RGB
CMYK
RGB Variations
Color information
#2D0CAA (or 0x2D0CAA) is known color: Ultramarine. HEX triplet: 2D, 0C and AA. RGB value is (45,12,170). Sum of RGB (Red+Green+Blue) = 45+12+170=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0CAA is #D2F355. Grayscale: #272727. Windows color (decimal): -13824854 or 11144237. OLE color: 11144237.
HSL color Cylindrical-coordinate representation of color #2D0CAA: hue angle of 252.53º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0CAA is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 12 | 170 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.33 |
| HSL | 252.53º | 0.87% | 0.36% | - |
| HSV(B) | 252.53º | 0.93% | 0.67% | - |
| XYZ | 8.47 | 3.72 | 38.3 | - |
| YUV | 39.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 170 | 0.74 | 0.93 | 0 | 0.33 | 252.53 | 0.87 | 0.36 |
| Hex | 2D | C | AA | 4A | 5D | 0 | 21 | FD | 57 | 24 |
| Octal | 55 | 14 | 252 | 112 | 135 | 0 | 41 | 375 | 127 | 44 |
| Binary | 101101 | 1100 | 10101010 | 1001010 | 1011101 | 0 | 100001 | 11111101 | 1010111 | 100100 |
Color Harmonies of #2D0CAA
Complementary color
Monochromatic Colors of #2D0CAA
Black with #2D0CAA
Text Example
Text Example
White with #2D0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CAA; }
p { color: rgb(45,12,170); }
H1.HeaderClassName
{
color: #2D0CAA;
}
.AnyTagClassName
{
color: #2D0CAA;
}
</style>
background-color css
<style>
a { background-color: #2D0CAA; }
a { background-color: rgb(45,12,170); }
div.DivClassName
{
background-color: #2D0CAA;
}
.BgClassName
{
background-color: #2D0CAA;
}
</style>
border-color css
<style>
span { border-color: #2D0CAA; }
span { border-color: rgb(45,12,170); }
td.TdClassName
{
border-color: #2D0CAA;
}
.TagClassName
{
border-color: #2D0CAA;
}
</style>