Shades of Ultramarine #2908AC
Tints of Ultramarine #2908AC
RGB
CMYK
RGB Variations
Color information
#2908AC (or 0x2908AC) is known color: Ultramarine. HEX triplet: 29, 08 and AC. RGB value is (41,8,172). Sum of RGB (Red+Green+Blue) = 41+8+172=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #2908AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2908AC is #D6F753. Grayscale: #232323. Windows color (decimal): -14088020 or 11274281. OLE color: 11274281.
HSL color Cylindrical-coordinate representation of color #2908AC: hue angle of 252.07º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2908AC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 8 | 172 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.33 |
| HSL | 252.07º | 0.91% | 0.35% | - |
| HSV(B) | 252.07º | 0.95% | 0.67% | - |
| XYZ | 8.45 | 3.62 | 39.28 | - |
| YUV | 36.56 | 204.43 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 172 | 0.76 | 0.95 | 0 | 0.33 | 252.07 | 0.91 | 0.35 |
| Hex | 29 | 8 | AC | 4C | 5F | 0 | 21 | FC | 5B | 23 |
| Octal | 51 | 10 | 254 | 114 | 137 | 0 | 41 | 374 | 133 | 43 |
| Binary | 101001 | 1000 | 10101100 | 1001100 | 1011111 | 0 | 100001 | 11111100 | 1011011 | 100011 |
Color Harmonies of #2908AC
Complementary color
Monochromatic Colors of #2908AC
Black with #2908AC
Text Example
Text Example
White with #2908AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2908AC; }
p { color: rgb(41,8,172); }
H1.HeaderClassName
{
color: #2908AC;
}
.AnyTagClassName
{
color: #2908AC;
}
</style>
background-color css
<style>
a { background-color: #2908AC; }
a { background-color: rgb(41,8,172); }
div.DivClassName
{
background-color: #2908AC;
}
.BgClassName
{
background-color: #2908AC;
}
</style>
border-color css
<style>
span { border-color: #2908AC; }
span { border-color: rgb(41,8,172); }
td.TdClassName
{
border-color: #2908AC;
}
.TagClassName
{
border-color: #2908AC;
}
</style>