Shades of Ultramarine #2903AF
Tints of Ultramarine #2903AF
RGB
CMYK
RGB Variations
Color information
#2903AF (or 0x2903AF) is known color: Ultramarine. HEX triplet: 29, 03 and AF. RGB value is (41,3,175). Sum of RGB (Red+Green+Blue) = 41+3+175=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #2903AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2903AF is #D6FC50. Grayscale: #212121. Windows color (decimal): -14089297 or 11469609. OLE color: 11469609.
HSL color Cylindrical-coordinate representation of color #2903AF: hue angle of 253.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2903AF is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 3 | 175 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.31 |
| HSL | 253.26º | 0.97% | 0.35% | - |
| HSV(B) | 253.26º | 0.98% | 0.69% | - |
| XYZ | 8.68 | 3.63 | 40.8 | - |
| YUV | 33.97 | 207.59 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 175 | 0.77 | 0.98 | 0 | 0.31 | 253.26 | 0.97 | 0.35 |
| Hex | 29 | 3 | AF | 4D | 62 | 0 | 1F | FD | 61 | 23 |
| Octal | 51 | 3 | 257 | 115 | 142 | 0 | 37 | 375 | 141 | 43 |
| Binary | 101001 | 11 | 10101111 | 1001101 | 1100010 | 0 | 11111 | 11111101 | 1100001 | 100011 |
Color Harmonies of #2903AF
Complementary color
Monochromatic Colors of #2903AF
Black with #2903AF
Text Example
Text Example
White with #2903AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2903AF; }
p { color: rgb(41,3,175); }
H1.HeaderClassName
{
color: #2903AF;
}
.AnyTagClassName
{
color: #2903AF;
}
</style>
background-color css
<style>
a { background-color: #2903AF; }
a { background-color: rgb(41,3,175); }
div.DivClassName
{
background-color: #2903AF;
}
.BgClassName
{
background-color: #2903AF;
}
</style>
border-color css
<style>
span { border-color: #2903AF; }
span { border-color: rgb(41,3,175); }
td.TdClassName
{
border-color: #2903AF;
}
.TagClassName
{
border-color: #2903AF;
}
</style>