Shades of Ultramarine #3315AF
Tints of Ultramarine #3315AF
RGB
CMYK
RGB Variations
Color information
#3315AF (or 0x3315AF) is known color: Ultramarine. HEX triplet: 33, 15 and AF. RGB value is (51,21,175). Sum of RGB (Red+Green+Blue) = 51+21+175=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #3315AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3315AF is #CCEA50. Grayscale: #2E2E2E. Windows color (decimal): -13429329 or 11474227. OLE color: 11474227.
HSL color Cylindrical-coordinate representation of color #3315AF: hue angle of 251.69º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3315AF is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 21 | 175 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.31 |
| HSL | 251.69º | 0.79% | 0.38% | - |
| HSV(B) | 251.69º | 0.88% | 0.69% | - |
| XYZ | 9.37 | 4.34 | 40.9 | - |
| YUV | 47.53 | 199.94 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 175 | 0.71 | 0.88 | 0 | 0.31 | 251.69 | 0.79 | 0.38 |
| Hex | 33 | 15 | AF | 47 | 58 | 0 | 1F | FC | 4F | 26 |
| Octal | 63 | 25 | 257 | 107 | 130 | 0 | 37 | 374 | 117 | 46 |
| Binary | 110011 | 10101 | 10101111 | 1000111 | 1011000 | 0 | 11111 | 11111100 | 1001111 | 100110 |
Color Harmonies of #3315AF
Complementary color
Monochromatic Colors of #3315AF
Black with #3315AF
Text Example
Text Example
White with #3315AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315AF; }
p { color: rgb(51,21,175); }
H1.HeaderClassName
{
color: #3315AF;
}
.AnyTagClassName
{
color: #3315AF;
}
</style>
background-color css
<style>
a { background-color: #3315AF; }
a { background-color: rgb(51,21,175); }
div.DivClassName
{
background-color: #3315AF;
}
.BgClassName
{
background-color: #3315AF;
}
</style>
border-color css
<style>
span { border-color: #3315AF; }
span { border-color: rgb(51,21,175); }
td.TdClassName
{
border-color: #3315AF;
}
.TagClassName
{
border-color: #3315AF;
}
</style>