Shades of Ultramarine #3613B7
Tints of Ultramarine #3613B7
RGB
CMYK
RGB Variations
Color information
#3613B7 (or 0x3613B7) is known color: Ultramarine. HEX triplet: 36, 13 and B7. RGB value is (54,19,183). Sum of RGB (Red+Green+Blue) = 54+19+183=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 183 (71.88% from 255 or 71.48% from 256); Max value from RGB is 183 - color contains mainly: blue. Hex color #3613B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613B7 is #C9EC48. Grayscale: #2F2F2F. Windows color (decimal): -13233225 or 11998006. OLE color: 11998006.
HSL color Cylindrical-coordinate representation of color #3613B7: hue angle of 252.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3613B7 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 19 | 183 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.28 |
| HSL | 252.8º | 0.81% | 0.4% | - |
| HSV(B) | 252.8º | 0.9% | 0.72% | - |
| XYZ | 10.3 | 4.67 | 45.16 | - |
| YUV | 48.16 | 204.1 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 183 | 0.70 | 0.90 | 0 | 0.28 | 252.8 | 0.81 | 0.4 |
| Hex | 36 | 13 | B7 | 46 | 5A | 0 | 1C | FD | 51 | 28 |
| Octal | 66 | 23 | 267 | 106 | 132 | 0 | 34 | 375 | 121 | 50 |
| Binary | 110110 | 10011 | 10110111 | 1000110 | 1011010 | 0 | 11100 | 11111101 | 1010001 | 101000 |
Color Harmonies of #3613B7
Complementary color
Monochromatic Colors of #3613B7
Black with #3613B7
Text Example
Text Example
White with #3613B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3613B7; }
p { color: rgb(54,19,183); }
H1.HeaderClassName
{
color: #3613B7;
}
.AnyTagClassName
{
color: #3613B7;
}
</style>
background-color css
<style>
a { background-color: #3613B7; }
a { background-color: rgb(54,19,183); }
div.DivClassName
{
background-color: #3613B7;
}
.BgClassName
{
background-color: #3613B7;
}
</style>
border-color css
<style>
span { border-color: #3613B7; }
span { border-color: rgb(54,19,183); }
td.TdClassName
{
border-color: #3613B7;
}
.TagClassName
{
border-color: #3613B7;
}
</style>