Shades of Ultramarine #3103AF
Tints of Ultramarine #3103AF
RGB
CMYK
RGB Variations
Color information
#3103AF (or 0x3103AF) is known color: Ultramarine. HEX triplet: 31, 03 and AF. RGB value is (49,3,175). Sum of RGB (Red+Green+Blue) = 49+3+175=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #3103AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3103AF is #CEFC50. Grayscale: #232323. Windows color (decimal): -13565009 or 11469617. OLE color: 11469617.
HSL color Cylindrical-coordinate representation of color #3103AF: hue angle of 256.05º 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 #3103AF is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 3 | 175 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.31 |
| HSL | 256.05º | 0.97% | 0.35% | - |
| HSV(B) | 256.05º | 0.98% | 0.69% | - |
| XYZ | 9.04 | 3.81 | 40.82 | - |
| YUV | 36.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 175 | 0.72 | 0.98 | 0 | 0.31 | 256.05 | 0.97 | 0.35 |
| Hex | 31 | 3 | AF | 48 | 62 | 0 | 1F | 100 | 61 | 23 |
| Octal | 61 | 3 | 257 | 110 | 142 | 0 | 37 | 400 | 141 | 43 |
| Binary | 110001 | 11 | 10101111 | 1001000 | 1100010 | 0 | 11111 | 100000000 | 1100001 | 100011 |
Color Harmonies of #3103AF
Complementary color
Monochromatic Colors of #3103AF
Black with #3103AF
Text Example
Text Example
White with #3103AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103AF; }
p { color: rgb(49,3,175); }
H1.HeaderClassName
{
color: #3103AF;
}
.AnyTagClassName
{
color: #3103AF;
}
</style>
background-color css
<style>
a { background-color: #3103AF; }
a { background-color: rgb(49,3,175); }
div.DivClassName
{
background-color: #3103AF;
}
.BgClassName
{
background-color: #3103AF;
}
</style>
border-color css
<style>
span { border-color: #3103AF; }
span { border-color: rgb(49,3,175); }
td.TdClassName
{
border-color: #3103AF;
}
.TagClassName
{
border-color: #3103AF;
}
</style>