Shades of Ultramarine #3611B7
Tints of Ultramarine #3611B7
RGB
CMYK
RGB Variations
Color information
#3611B7 (or 0x3611B7) is known color: Ultramarine. HEX triplet: 36, 11 and B7. RGB value is (54,17,183). Sum of RGB (Red+Green+Blue) = 54+17+183=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 183 (71.88% from 255 or 72.05% from 254); Max value from RGB is 183 - color contains mainly: blue. Hex color #3611B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3611B7 is #C9EE48. Grayscale: #2E2E2E. Windows color (decimal): -13233737 or 11997494. OLE color: 11997494.
HSL color Cylindrical-coordinate representation of color #3611B7: hue angle of 253.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3611B7 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 17 | 183 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.28 |
| HSL | 253.37º | 0.83% | 0.39% | - |
| HSV(B) | 253.37º | 0.91% | 0.72% | - |
| XYZ | 10.27 | 4.6 | 45.15 | - |
| YUV | 46.99 | 204.76 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 183 | 0.70 | 0.91 | 0 | 0.28 | 253.37 | 0.83 | 0.39 |
| Hex | 36 | 11 | B7 | 46 | 5B | 0 | 1C | FD | 53 | 27 |
| Octal | 66 | 21 | 267 | 106 | 133 | 0 | 34 | 375 | 123 | 47 |
| Binary | 110110 | 10001 | 10110111 | 1000110 | 1011011 | 0 | 11100 | 11111101 | 1010011 | 100111 |
Color Harmonies of #3611B7
Complementary color
Monochromatic Colors of #3611B7
Black with #3611B7
Text Example
Text Example
White with #3611B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3611B7; }
p { color: rgb(54,17,183); }
H1.HeaderClassName
{
color: #3611B7;
}
.AnyTagClassName
{
color: #3611B7;
}
</style>
background-color css
<style>
a { background-color: #3611B7; }
a { background-color: rgb(54,17,183); }
div.DivClassName
{
background-color: #3611B7;
}
.BgClassName
{
background-color: #3611B7;
}
</style>
border-color css
<style>
span { border-color: #3611B7; }
span { border-color: rgb(54,17,183); }
td.TdClassName
{
border-color: #3611B7;
}
.TagClassName
{
border-color: #3611B7;
}
</style>