Shades of Ultramarine #3606BB
Tints of Ultramarine #3606BB
RGB
CMYK
RGB Variations
Color information
#3606BB (or 0x3606BB) is known color: Ultramarine. HEX triplet: 36, 06 and BB. RGB value is (54,6,187). Sum of RGB (Red+Green+Blue) = 54+6+187=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #3606BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3606BB is #C9F944. Grayscale: #282828. Windows color (decimal): -13236549 or 12256822. OLE color: 12256822.
HSL color Cylindrical-coordinate representation of color #3606BB: hue angle of 255.91º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3606BB is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 6 | 187 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.27 |
| HSL | 255.91º | 0.94% | 0.38% | - |
| HSV(B) | 255.91º | 0.97% | 0.73% | - |
| XYZ | 10.56 | 4.5 | 47.33 | - |
| YUV | 40.99 | 210.4 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 187 | 0.71 | 0.97 | 0 | 0.27 | 255.91 | 0.94 | 0.38 |
| Hex | 36 | 6 | BB | 47 | 61 | 0 | 1B | 100 | 5E | 26 |
| Octal | 66 | 6 | 273 | 107 | 141 | 0 | 33 | 400 | 136 | 46 |
| Binary | 110110 | 110 | 10111011 | 1000111 | 1100001 | 0 | 11011 | 100000000 | 1011110 | 100110 |
Color Harmonies of #3606BB
Complementary color
Monochromatic Colors of #3606BB
Black with #3606BB
Text Example
Text Example
White with #3606BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3606BB; }
p { color: rgb(54,6,187); }
H1.HeaderClassName
{
color: #3606BB;
}
.AnyTagClassName
{
color: #3606BB;
}
</style>
background-color css
<style>
a { background-color: #3606BB; }
a { background-color: rgb(54,6,187); }
div.DivClassName
{
background-color: #3606BB;
}
.BgClassName
{
background-color: #3606BB;
}
</style>
border-color css
<style>
span { border-color: #3606BB; }
span { border-color: rgb(54,6,187); }
td.TdClassName
{
border-color: #3606BB;
}
.TagClassName
{
border-color: #3606BB;
}
</style>