Shades of Ultramarine #3605BA
Tints of Ultramarine #3605BA
RGB
CMYK
RGB Variations
Color information
#3605BA (or 0x3605BA) is known color: Ultramarine. HEX triplet: 36, 05 and BA. RGB value is (54,5,186). Sum of RGB (Red+Green+Blue) = 54+5+186=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #3605BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3605BA is #C9FA45. Grayscale: #272727. Windows color (decimal): -13236806 or 12191030. OLE color: 12191030.
HSL color Cylindrical-coordinate representation of color #3605BA: hue angle of 256.24º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3605BA is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 5 | 186 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.27 |
| HSL | 256.24º | 0.95% | 0.37% | - |
| HSV(B) | 256.24º | 0.97% | 0.73% | - |
| XYZ | 10.44 | 4.44 | 46.76 | - |
| YUV | 40.29 | 210.23 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 186 | 0.71 | 0.97 | 0 | 0.27 | 256.24 | 0.95 | 0.37 |
| Hex | 36 | 5 | BA | 47 | 61 | 0 | 1B | 100 | 5F | 25 |
| Octal | 66 | 5 | 272 | 107 | 141 | 0 | 33 | 400 | 137 | 45 |
| Binary | 110110 | 101 | 10111010 | 1000111 | 1100001 | 0 | 11011 | 100000000 | 1011111 | 100101 |
Color Harmonies of #3605BA
Complementary color
Monochromatic Colors of #3605BA
Black with #3605BA
Text Example
Text Example
White with #3605BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3605BA; }
p { color: rgb(54,5,186); }
H1.HeaderClassName
{
color: #3605BA;
}
.AnyTagClassName
{
color: #3605BA;
}
</style>
background-color css
<style>
a { background-color: #3605BA; }
a { background-color: rgb(54,5,186); }
div.DivClassName
{
background-color: #3605BA;
}
.BgClassName
{
background-color: #3605BA;
}
</style>
border-color css
<style>
span { border-color: #3605BA; }
span { border-color: rgb(54,5,186); }
td.TdClassName
{
border-color: #3605BA;
}
.TagClassName
{
border-color: #3605BA;
}
</style>