Shades of Ultramarine #3508BB
Tints of Ultramarine #3508BB
RGB
CMYK
RGB Variations
Color information
#3508BB (or 0x3508BB) is known color: Ultramarine. HEX triplet: 35, 08 and BB. RGB value is (53,8,187). Sum of RGB (Red+Green+Blue) = 53+8+187=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 8 (3.52% from 255 or 3.23% 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 #3508BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3508BB is #CAF744. Grayscale: #292929. Windows color (decimal): -13301573 or 12257333. OLE color: 12257333.
HSL color Cylindrical-coordinate representation of color #3508BB: hue angle of 255.08º 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 #3508BB is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 8 | 187 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.27 |
| HSL | 255.08º | 0.92% | 0.38% | - |
| HSV(B) | 255.08º | 0.96% | 0.73% | - |
| XYZ | 10.52 | 4.52 | 47.33 | - |
| YUV | 41.86 | 209.91 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 187 | 0.72 | 0.96 | 0 | 0.27 | 255.08 | 0.92 | 0.38 |
| Hex | 35 | 8 | BB | 48 | 60 | 0 | 1B | FF | 5C | 26 |
| Octal | 65 | 10 | 273 | 110 | 140 | 0 | 33 | 377 | 134 | 46 |
| Binary | 110101 | 1000 | 10111011 | 1001000 | 1100000 | 0 | 11011 | 11111111 | 1011100 | 100110 |
Color Harmonies of #3508BB
Complementary color
Monochromatic Colors of #3508BB
Black with #3508BB
Text Example
Text Example
White with #3508BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3508BB; }
p { color: rgb(53,8,187); }
H1.HeaderClassName
{
color: #3508BB;
}
.AnyTagClassName
{
color: #3508BB;
}
</style>
background-color css
<style>
a { background-color: #3508BB; }
a { background-color: rgb(53,8,187); }
div.DivClassName
{
background-color: #3508BB;
}
.BgClassName
{
background-color: #3508BB;
}
</style>
border-color css
<style>
span { border-color: #3508BB; }
span { border-color: rgb(53,8,187); }
td.TdClassName
{
border-color: #3508BB;
}
.TagClassName
{
border-color: #3508BB;
}
</style>