Shades of Ultramarine #3608BA
Tints of Ultramarine #3608BA
RGB
CMYK
RGB Variations
Color information
#3608BA (or 0x3608BA) is known color: Ultramarine. HEX triplet: 36, 08 and BA. RGB value is (54,8,186). Sum of RGB (Red+Green+Blue) = 54+8+186=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #3608BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3608BA is #C9F745. Grayscale: #292929. Windows color (decimal): -13236038 or 12191798. OLE color: 12191798.
HSL color Cylindrical-coordinate representation of color #3608BA: hue angle of 255.51º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3608BA is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 8 | 186 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.27 |
| HSL | 255.51º | 0.92% | 0.38% | - |
| HSV(B) | 255.51º | 0.96% | 0.73% | - |
| XYZ | 10.47 | 4.5 | 46.77 | - |
| YUV | 42.05 | 209.24 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 186 | 0.71 | 0.96 | 0 | 0.27 | 255.51 | 0.92 | 0.38 |
| Hex | 36 | 8 | BA | 47 | 60 | 0 | 1B | 100 | 5C | 26 |
| Octal | 66 | 10 | 272 | 107 | 140 | 0 | 33 | 400 | 134 | 46 |
| Binary | 110110 | 1000 | 10111010 | 1000111 | 1100000 | 0 | 11011 | 100000000 | 1011100 | 100110 |
Color Harmonies of #3608BA
Complementary color
Monochromatic Colors of #3608BA
Black with #3608BA
Text Example
Text Example
White with #3608BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3608BA; }
p { color: rgb(54,8,186); }
H1.HeaderClassName
{
color: #3608BA;
}
.AnyTagClassName
{
color: #3608BA;
}
</style>
background-color css
<style>
a { background-color: #3608BA; }
a { background-color: rgb(54,8,186); }
div.DivClassName
{
background-color: #3608BA;
}
.BgClassName
{
background-color: #3608BA;
}
</style>
border-color css
<style>
span { border-color: #3608BA; }
span { border-color: rgb(54,8,186); }
td.TdClassName
{
border-color: #3608BA;
}
.TagClassName
{
border-color: #3608BA;
}
</style>