Shades of Ultramarine #3102AF
Tints of Ultramarine #3102AF
RGB
CMYK
RGB Variations
Color information
#3102AF (or 0x3102AF) is known color: Ultramarine. HEX triplet: 31, 02 and AF. RGB value is (49,2,175). Sum of RGB (Red+Green+Blue) = 49+2+175=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #3102AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3102AF is #CEFD50. Grayscale: #232323. Windows color (decimal): -13565265 or 11469361. OLE color: 11469361.
HSL color Cylindrical-coordinate representation of color #3102AF: hue angle of 256.3º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102AF is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 2 | 175 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.31 |
| HSL | 256.3º | 0.98% | 0.35% | - |
| HSV(B) | 256.3º | 0.99% | 0.69% | - |
| XYZ | 9.03 | 3.79 | 40.81 | - |
| YUV | 35.78 | 206.57 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 175 | 0.72 | 0.99 | 0 | 0.31 | 256.3 | 0.98 | 0.35 |
| Hex | 31 | 2 | AF | 48 | 63 | 0 | 1F | 100 | 62 | 23 |
| Octal | 61 | 2 | 257 | 110 | 143 | 0 | 37 | 400 | 142 | 43 |
| Binary | 110001 | 10 | 10101111 | 1001000 | 1100011 | 0 | 11111 | 100000000 | 1100010 | 100011 |
Color Harmonies of #3102AF
Complementary color
Monochromatic Colors of #3102AF
Black with #3102AF
Text Example
Text Example
White with #3102AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102AF; }
p { color: rgb(49,2,175); }
H1.HeaderClassName
{
color: #3102AF;
}
.AnyTagClassName
{
color: #3102AF;
}
</style>
background-color css
<style>
a { background-color: #3102AF; }
a { background-color: rgb(49,2,175); }
div.DivClassName
{
background-color: #3102AF;
}
.BgClassName
{
background-color: #3102AF;
}
</style>
border-color css
<style>
span { border-color: #3102AF; }
span { border-color: rgb(49,2,175); }
td.TdClassName
{
border-color: #3102AF;
}
.TagClassName
{
border-color: #3102AF;
}
</style>