Shades of Ultramarine #3607BB
Tints of Ultramarine #3607BB
RGB
CMYK
RGB Variations
Color information
#3607BB (or 0x3607BB) is known color: Ultramarine. HEX triplet: 36, 07 and BB. RGB value is (54,7,187). Sum of RGB (Red+Green+Blue) = 54+7+187=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #3607BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3607BB is #C9F844. Grayscale: #282828. Windows color (decimal): -13236293 or 12257078. OLE color: 12257078.
HSL color Cylindrical-coordinate representation of color #3607BB: hue angle of 255.67º degrees, saturation: 0.93, 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 #3607BB is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 7 | 187 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.27 |
| HSL | 255.67º | 0.93% | 0.38% | - |
| HSV(B) | 255.67º | 0.96% | 0.73% | - |
| XYZ | 10.57 | 4.52 | 47.33 | - |
| YUV | 41.57 | 210.07 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 187 | 0.71 | 0.96 | 0 | 0.27 | 255.67 | 0.93 | 0.38 |
| Hex | 36 | 7 | BB | 47 | 60 | 0 | 1B | 100 | 5D | 26 |
| Octal | 66 | 7 | 273 | 107 | 140 | 0 | 33 | 400 | 135 | 46 |
| Binary | 110110 | 111 | 10111011 | 1000111 | 1100000 | 0 | 11011 | 100000000 | 1011101 | 100110 |
Color Harmonies of #3607BB
Complementary color
Monochromatic Colors of #3607BB
Black with #3607BB
Text Example
Text Example
White with #3607BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3607BB; }
p { color: rgb(54,7,187); }
H1.HeaderClassName
{
color: #3607BB;
}
.AnyTagClassName
{
color: #3607BB;
}
</style>
background-color css
<style>
a { background-color: #3607BB; }
a { background-color: rgb(54,7,187); }
div.DivClassName
{
background-color: #3607BB;
}
.BgClassName
{
background-color: #3607BB;
}
</style>
border-color css
<style>
span { border-color: #3607BB; }
span { border-color: rgb(54,7,187); }
td.TdClassName
{
border-color: #3607BB;
}
.TagClassName
{
border-color: #3607BB;
}
</style>