Shades of Ultramarine #2D0CAC
Tints of Ultramarine #2D0CAC
RGB
CMYK
RGB Variations
Color information
#2D0CAC (or 0x2D0CAC) is known color: Ultramarine. HEX triplet: 2D, 0C and AC. RGB value is (45,12,172). Sum of RGB (Red+Green+Blue) = 45+12+172=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D0CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0CAC is #D2F353. Grayscale: #272727. Windows color (decimal): -13824852 or 11275309. OLE color: 11275309.
HSL color Cylindrical-coordinate representation of color #2D0CAC: hue angle of 252.38º 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 #2D0CAC is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 12 | 172 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.33 |
| HSL | 252.38º | 0.87% | 0.36% | - |
| HSV(B) | 252.38º | 0.93% | 0.67% | - |
| XYZ | 8.66 | 3.8 | 39.31 | - |
| YUV | 40.11 | 202.43 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 172 | 0.74 | 0.93 | 0 | 0.33 | 252.38 | 0.87 | 0.36 |
| Hex | 2D | C | AC | 4A | 5D | 0 | 21 | FC | 57 | 24 |
| Octal | 55 | 14 | 254 | 112 | 135 | 0 | 41 | 374 | 127 | 44 |
| Binary | 101101 | 1100 | 10101100 | 1001010 | 1011101 | 0 | 100001 | 11111100 | 1010111 | 100100 |
Color Harmonies of #2D0CAC
Complementary color
Monochromatic Colors of #2D0CAC
Black with #2D0CAC
Text Example
Text Example
White with #2D0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CAC; }
p { color: rgb(45,12,172); }
H1.HeaderClassName
{
color: #2D0CAC;
}
.AnyTagClassName
{
color: #2D0CAC;
}
</style>
background-color css
<style>
a { background-color: #2D0CAC; }
a { background-color: rgb(45,12,172); }
div.DivClassName
{
background-color: #2D0CAC;
}
.BgClassName
{
background-color: #2D0CAC;
}
</style>
border-color css
<style>
span { border-color: #2D0CAC; }
span { border-color: rgb(45,12,172); }
td.TdClassName
{
border-color: #2D0CAC;
}
.TagClassName
{
border-color: #2D0CAC;
}
</style>