Shades of Ultramarine #3912AF
Tints of Ultramarine #3912AF
RGB
CMYK
RGB Variations
Color information
#3912AF (or 0x3912AF) is known color: Ultramarine. HEX triplet: 39, 12 and AF. RGB value is (57,18,175). Sum of RGB (Red+Green+Blue) = 57+18+175=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #3912AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3912AF is #C6ED50. Grayscale: #2E2E2E. Windows color (decimal): -13036881 or 11473465. OLE color: 11473465.
HSL color Cylindrical-coordinate representation of color #3912AF: hue angle of 254.9º degrees, saturation: 0.81, 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 #3912AF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 18 | 175 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.31 |
| HSL | 254.9º | 0.81% | 0.38% | - |
| HSV(B) | 254.9º | 0.9% | 0.69% | - |
| XYZ | 9.64 | 4.4 | 40.9 | - |
| YUV | 47.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 175 | 0.67 | 0.90 | 0 | 0.31 | 254.9 | 0.81 | 0.38 |
| Hex | 39 | 12 | AF | 43 | 5A | 0 | 1F | FF | 51 | 26 |
| Octal | 71 | 22 | 257 | 103 | 132 | 0 | 37 | 377 | 121 | 46 |
| Binary | 111001 | 10010 | 10101111 | 1000011 | 1011010 | 0 | 11111 | 11111111 | 1010001 | 100110 |
Color Harmonies of #3912AF
Complementary color
Monochromatic Colors of #3912AF
Black with #3912AF
Text Example
Text Example
White with #3912AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3912AF; }
p { color: rgb(57,18,175); }
H1.HeaderClassName
{
color: #3912AF;
}
.AnyTagClassName
{
color: #3912AF;
}
</style>
background-color css
<style>
a { background-color: #3912AF; }
a { background-color: rgb(57,18,175); }
div.DivClassName
{
background-color: #3912AF;
}
.BgClassName
{
background-color: #3912AF;
}
</style>
border-color css
<style>
span { border-color: #3912AF; }
span { border-color: rgb(57,18,175); }
td.TdClassName
{
border-color: #3912AF;
}
.TagClassName
{
border-color: #3912AF;
}
</style>