Shades of Ultramarine #3010AF
Tints of Ultramarine #3010AF
RGB
CMYK
RGB Variations
Color information
#3010AF (or 0x3010AF) is known color: Ultramarine. HEX triplet: 30, 10 and AF. RGB value is (48,16,175). Sum of RGB (Red+Green+Blue) = 48+16+175=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #3010AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3010AF is #CFEF50. Grayscale: #2B2B2B. Windows color (decimal): -13627217 or 11472944. OLE color: 11472944.
HSL color Cylindrical-coordinate representation of color #3010AF: hue angle of 252.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3010AF is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 16 | 175 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.31 |
| HSL | 252.08º | 0.83% | 0.37% | - |
| HSV(B) | 252.08º | 0.91% | 0.69% | - |
| XYZ | 9.14 | 4.09 | 40.87 | - |
| YUV | 43.69 | 202.1 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 175 | 0.73 | 0.91 | 0 | 0.31 | 252.08 | 0.83 | 0.37 |
| Hex | 30 | 10 | AF | 49 | 5B | 0 | 1F | FC | 53 | 25 |
| Octal | 60 | 20 | 257 | 111 | 133 | 0 | 37 | 374 | 123 | 45 |
| Binary | 110000 | 10000 | 10101111 | 1001001 | 1011011 | 0 | 11111 | 11111100 | 1010011 | 100101 |
Color Harmonies of #3010AF
Complementary color
Monochromatic Colors of #3010AF
Black with #3010AF
Text Example
Text Example
White with #3010AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3010AF; }
p { color: rgb(48,16,175); }
H1.HeaderClassName
{
color: #3010AF;
}
.AnyTagClassName
{
color: #3010AF;
}
</style>
background-color css
<style>
a { background-color: #3010AF; }
a { background-color: rgb(48,16,175); }
div.DivClassName
{
background-color: #3010AF;
}
.BgClassName
{
background-color: #3010AF;
}
</style>
border-color css
<style>
span { border-color: #3010AF; }
span { border-color: rgb(48,16,175); }
td.TdClassName
{
border-color: #3010AF;
}
.TagClassName
{
border-color: #3010AF;
}
</style>