Shades of Ultramarine #2908AF
Tints of Ultramarine #2908AF
RGB
CMYK
RGB Variations
Color information
#2908AF (or 0x2908AF) is known color: Ultramarine. HEX triplet: 29, 08 and AF. RGB value is (41,8,175). Sum of RGB (Red+Green+Blue) = 41+8+175=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #2908AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2908AF is #D6F750. Grayscale: #242424. Windows color (decimal): -14088017 or 11470889. OLE color: 11470889.
HSL color Cylindrical-coordinate representation of color #2908AF: hue angle of 251.86º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2908AF is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 8 | 175 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.31 |
| HSL | 251.86º | 0.91% | 0.36% | - |
| HSV(B) | 251.86º | 0.95% | 0.69% | - |
| XYZ | 8.74 | 3.74 | 40.82 | - |
| YUV | 36.91 | 205.93 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 175 | 0.77 | 0.95 | 0 | 0.31 | 251.86 | 0.91 | 0.36 |
| Hex | 29 | 8 | AF | 4D | 5F | 0 | 1F | FC | 5B | 24 |
| Octal | 51 | 10 | 257 | 115 | 137 | 0 | 37 | 374 | 133 | 44 |
| Binary | 101001 | 1000 | 10101111 | 1001101 | 1011111 | 0 | 11111 | 11111100 | 1011011 | 100100 |
Color Harmonies of #2908AF
Complementary color
Monochromatic Colors of #2908AF
Black with #2908AF
Text Example
Text Example
White with #2908AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2908AF; }
p { color: rgb(41,8,175); }
H1.HeaderClassName
{
color: #2908AF;
}
.AnyTagClassName
{
color: #2908AF;
}
</style>
background-color css
<style>
a { background-color: #2908AF; }
a { background-color: rgb(41,8,175); }
div.DivClassName
{
background-color: #2908AF;
}
.BgClassName
{
background-color: #2908AF;
}
</style>
border-color css
<style>
span { border-color: #2908AF; }
span { border-color: rgb(41,8,175); }
td.TdClassName
{
border-color: #2908AF;
}
.TagClassName
{
border-color: #2908AF;
}
</style>