Shades of Ultramarine #340FBC
Tints of Ultramarine #340FBC
RGB
CMYK
RGB Variations
Color information
#340FBC (or 0x340FBC) is known color: Ultramarine. HEX triplet: 34, 0F and BC. RGB value is (52,15,188). Sum of RGB (Red+Green+Blue) = 52+15+188=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #340FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #340FBC is #CBF043. Grayscale: #2D2D2D. Windows color (decimal): -13365316 or 12324660. OLE color: 12324660.
HSL color Cylindrical-coordinate representation of color #340FBC: hue angle of 252.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340FBC is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 15 | 188 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.26 |
| HSL | 252.83º | 0.85% | 0.4% | - |
| HSV(B) | 252.83º | 0.92% | 0.74% | - |
| XYZ | 10.66 | 4.7 | 47.92 | - |
| YUV | 45.79 | 208.26 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 188 | 0.72 | 0.92 | 0 | 0.26 | 252.83 | 0.85 | 0.4 |
| Hex | 34 | F | BC | 48 | 5C | 0 | 1A | FD | 55 | 28 |
| Octal | 64 | 17 | 274 | 110 | 134 | 0 | 32 | 375 | 125 | 50 |
| Binary | 110100 | 1111 | 10111100 | 1001000 | 1011100 | 0 | 11010 | 11111101 | 1010101 | 101000 |
Color Harmonies of #340FBC
Complementary color
Monochromatic Colors of #340FBC
Black with #340FBC
Text Example
Text Example
White with #340FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340FBC; }
p { color: rgb(52,15,188); }
H1.HeaderClassName
{
color: #340FBC;
}
.AnyTagClassName
{
color: #340FBC;
}
</style>
background-color css
<style>
a { background-color: #340FBC; }
a { background-color: rgb(52,15,188); }
div.DivClassName
{
background-color: #340FBC;
}
.BgClassName
{
background-color: #340FBC;
}
</style>
border-color css
<style>
span { border-color: #340FBC; }
span { border-color: rgb(52,15,188); }
td.TdClassName
{
border-color: #340FBC;
}
.TagClassName
{
border-color: #340FBC;
}
</style>