Shades of Ultramarine #2F0EA4
Tints of Ultramarine #2F0EA4
RGB
CMYK
RGB Variations
Color information
#2F0EA4 (or 0x2F0EA4) is known color: Ultramarine. HEX triplet: 2F, 0E and A4. RGB value is (47,14,164). Sum of RGB (Red+Green+Blue) = 47+14+164=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #2F0EA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0EA4 is #D0F15B. Grayscale: #282828. Windows color (decimal): -13693276 or 10751535. OLE color: 10751535.
HSL color Cylindrical-coordinate representation of color #2F0EA4: hue angle of 253.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F0EA4 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 14 | 164 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.36 |
| HSL | 253.2º | 0.84% | 0.35% | - |
| HSV(B) | 253.2º | 0.91% | 0.64% | - |
| XYZ | 8.03 | 3.6 | 35.39 | - |
| YUV | 40.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 14 | 164 | 0.71 | 0.91 | 0 | 0.36 | 253.2 | 0.84 | 0.35 |
| Hex | 2F | E | A4 | 47 | 5B | 0 | 24 | FD | 54 | 23 |
| Octal | 57 | 16 | 244 | 107 | 133 | 0 | 44 | 375 | 124 | 43 |
| Binary | 101111 | 1110 | 10100100 | 1000111 | 1011011 | 0 | 100100 | 11111101 | 1010100 | 100011 |
Color Harmonies of #2F0EA4
Complementary color
Monochromatic Colors of #2F0EA4
Black with #2F0EA4
Text Example
Text Example
White with #2F0EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F0EA4; }
p { color: rgb(47,14,164); }
H1.HeaderClassName
{
color: #2F0EA4;
}
.AnyTagClassName
{
color: #2F0EA4;
}
</style>
background-color css
<style>
a { background-color: #2F0EA4; }
a { background-color: rgb(47,14,164); }
div.DivClassName
{
background-color: #2F0EA4;
}
.BgClassName
{
background-color: #2F0EA4;
}
</style>
border-color css
<style>
span { border-color: #2F0EA4; }
span { border-color: rgb(47,14,164); }
td.TdClassName
{
border-color: #2F0EA4;
}
.TagClassName
{
border-color: #2F0EA4;
}
</style>