Shades of Ultramarine #3011AF
Tints of Ultramarine #3011AF
RGB
CMYK
RGB Variations
Color information
#3011AF (or 0x3011AF) is known color: Ultramarine. HEX triplet: 30, 11 and AF. RGB value is (48,17,175). Sum of RGB (Red+Green+Blue) = 48+17+175=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #3011AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3011AF is #CFEE50. Grayscale: #2B2B2B. Windows color (decimal): -13626961 or 11473200. OLE color: 11473200.
HSL color Cylindrical-coordinate representation of color #3011AF: hue angle of 251.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3011AF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 17 | 175 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.31 |
| HSL | 251.77º | 0.82% | 0.38% | - |
| HSV(B) | 251.77º | 0.9% | 0.69% | - |
| XYZ | 9.16 | 4.12 | 40.87 | - |
| YUV | 44.28 | 201.77 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 175 | 0.73 | 0.90 | 0 | 0.31 | 251.77 | 0.82 | 0.38 |
| Hex | 30 | 11 | AF | 49 | 5A | 0 | 1F | FC | 52 | 26 |
| Octal | 60 | 21 | 257 | 111 | 132 | 0 | 37 | 374 | 122 | 46 |
| Binary | 110000 | 10001 | 10101111 | 1001001 | 1011010 | 0 | 11111 | 11111100 | 1010010 | 100110 |
Color Harmonies of #3011AF
Complementary color
Monochromatic Colors of #3011AF
Black with #3011AF
Text Example
Text Example
White with #3011AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3011AF; }
p { color: rgb(48,17,175); }
H1.HeaderClassName
{
color: #3011AF;
}
.AnyTagClassName
{
color: #3011AF;
}
</style>
background-color css
<style>
a { background-color: #3011AF; }
a { background-color: rgb(48,17,175); }
div.DivClassName
{
background-color: #3011AF;
}
.BgClassName
{
background-color: #3011AF;
}
</style>
border-color css
<style>
span { border-color: #3011AF; }
span { border-color: rgb(48,17,175); }
td.TdClassName
{
border-color: #3011AF;
}
.TagClassName
{
border-color: #3011AF;
}
</style>