Shades of Ultramarine #3611AF
Tints of Ultramarine #3611AF
RGB
CMYK
RGB Variations
Color information
#3611AF (or 0x3611AF) is known color: Ultramarine. HEX triplet: 36, 11 and AF. RGB value is (54,17,175). Sum of RGB (Red+Green+Blue) = 54+17+175=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #3611AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3611AF is #C9EE50. Grayscale: #2D2D2D. Windows color (decimal): -13233745 or 11473206. OLE color: 11473206.
HSL color Cylindrical-coordinate representation of color #3611AF: hue angle of 254.05º degrees, saturation: 0.82, 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 #3611AF is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 17 | 175 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.31 |
| HSL | 254.05º | 0.82% | 0.38% | - |
| HSV(B) | 254.05º | 0.9% | 0.69% | - |
| XYZ | 9.46 | 4.28 | 40.89 | - |
| YUV | 46.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 175 | 0.69 | 0.90 | 0 | 0.31 | 254.05 | 0.82 | 0.38 |
| Hex | 36 | 11 | AF | 45 | 5A | 0 | 1F | FE | 52 | 26 |
| Octal | 66 | 21 | 257 | 105 | 132 | 0 | 37 | 376 | 122 | 46 |
| Binary | 110110 | 10001 | 10101111 | 1000101 | 1011010 | 0 | 11111 | 11111110 | 1010010 | 100110 |
Color Harmonies of #3611AF
Complementary color
Monochromatic Colors of #3611AF
Black with #3611AF
Text Example
Text Example
White with #3611AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3611AF; }
p { color: rgb(54,17,175); }
H1.HeaderClassName
{
color: #3611AF;
}
.AnyTagClassName
{
color: #3611AF;
}
</style>
background-color css
<style>
a { background-color: #3611AF; }
a { background-color: rgb(54,17,175); }
div.DivClassName
{
background-color: #3611AF;
}
.BgClassName
{
background-color: #3611AF;
}
</style>
border-color css
<style>
span { border-color: #3611AF; }
span { border-color: rgb(54,17,175); }
td.TdClassName
{
border-color: #3611AF;
}
.TagClassName
{
border-color: #3611AF;
}
</style>