Shades of Ultramarine #2D0CAB
Tints of Ultramarine #2D0CAB
RGB
CMYK
RGB Variations
Color information
#2D0CAB (or 0x2D0CAB) is known color: Ultramarine. HEX triplet: 2D, 0C and AB. RGB value is (45,12,171). Sum of RGB (Red+Green+Blue) = 45+12+171=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 171 (67.19% from 255 or 75% from 228); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D0CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0CAB is #D2F354. Grayscale: #272727. Windows color (decimal): -13824853 or 11209773. OLE color: 11209773.
HSL color Cylindrical-coordinate representation of color #2D0CAB: hue angle of 252.45º 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 #2D0CAB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 12 | 171 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.33 |
| HSL | 252.45º | 0.87% | 0.36% | - |
| HSV(B) | 252.45º | 0.93% | 0.67% | - |
| XYZ | 8.56 | 3.76 | 38.8 | - |
| YUV | 39.99 | 201.93 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 12 | 171 | 0.74 | 0.93 | 0 | 0.33 | 252.45 | 0.87 | 0.36 |
| Hex | 2D | C | AB | 4A | 5D | 0 | 21 | FC | 57 | 24 |
| Octal | 55 | 14 | 253 | 112 | 135 | 0 | 41 | 374 | 127 | 44 |
| Binary | 101101 | 1100 | 10101011 | 1001010 | 1011101 | 0 | 100001 | 11111100 | 1010111 | 100100 |
Color Harmonies of #2D0CAB
Complementary color
Monochromatic Colors of #2D0CAB
Black with #2D0CAB
Text Example
Text Example
White with #2D0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0CAB; }
p { color: rgb(45,12,171); }
H1.HeaderClassName
{
color: #2D0CAB;
}
.AnyTagClassName
{
color: #2D0CAB;
}
</style>
background-color css
<style>
a { background-color: #2D0CAB; }
a { background-color: rgb(45,12,171); }
div.DivClassName
{
background-color: #2D0CAB;
}
.BgClassName
{
background-color: #2D0CAB;
}
</style>
border-color css
<style>
span { border-color: #2D0CAB; }
span { border-color: rgb(45,12,171); }
td.TdClassName
{
border-color: #2D0CAB;
}
.TagClassName
{
border-color: #2D0CAB;
}
</style>