Shades of Ultramarine #3600BB
Tints of Ultramarine #3600BB
RGB
CMYK
RGB Variations
Color information
#3600BB (or 0x3600BB) is known color: Ultramarine. HEX triplet: 36, 00 and BB. RGB value is (54,0,187). Sum of RGB (Red+Green+Blue) = 54+0+187=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #3600BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3600BB is #C9FF44. Grayscale: #242424. Windows color (decimal): -13238085 or 12255286. OLE color: 12255286.
HSL color Cylindrical-coordinate representation of color #3600BB: hue angle of 257.33º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3600BB is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 0 | 187 | - |
| CMYK | 0.71 | 1 | 0 | 0.27 |
| HSL | 257.33º | 1% | 0.37% | - |
| HSV(B) | 257.33º | 1% | 0.73% | - |
| XYZ | 10.49 | 4.37 | 47.3 | - |
| YUV | 37.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 187 | 0.71 | 1 | 0 | 0.27 | 257.33 | 1 | 0.37 |
| Hex | 36 | 0 | BB | 47 | 64 | 0 | 1B | 101 | 64 | 25 |
| Octal | 66 | 0 | 273 | 107 | 144 | 0 | 33 | 401 | 144 | 45 |
| Binary | 110110 | 0 | 10111011 | 1000111 | 1100100 | 0 | 11011 | 100000001 | 1100100 | 100101 |
Color Harmonies of #3600BB
Complementary color
Monochromatic Colors of #3600BB
Black with #3600BB
Text Example
Text Example
White with #3600BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3600BB; }
p { color: rgb(54,0,187); }
H1.HeaderClassName
{
color: #3600BB;
}
.AnyTagClassName
{
color: #3600BB;
}
</style>
background-color css
<style>
a { background-color: #3600BB; }
a { background-color: rgb(54,0,187); }
div.DivClassName
{
background-color: #3600BB;
}
.BgClassName
{
background-color: #3600BB;
}
</style>
border-color css
<style>
span { border-color: #3600BB; }
span { border-color: rgb(54,0,187); }
td.TdClassName
{
border-color: #3600BB;
}
.TagClassName
{
border-color: #3600BB;
}
</style>