Shades of Ultramarine #3408BC
Tints of Ultramarine #3408BC
RGB
CMYK
RGB Variations
Color information
#3408BC (or 0x3408BC) is known color: Ultramarine. HEX triplet: 34, 08 and BC. RGB value is (52,8,188). Sum of RGB (Red+Green+Blue) = 52+8+188=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #3408BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3408BC is #CBF743. Grayscale: #292929. Windows color (decimal): -13367108 or 12322868. OLE color: 12322868.
HSL color Cylindrical-coordinate representation of color #3408BC: hue angle of 254.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3408BC is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 8 | 188 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.26 |
| HSL | 254.67º | 0.92% | 0.38% | - |
| HSV(B) | 254.67º | 0.96% | 0.74% | - |
| XYZ | 10.58 | 4.53 | 47.89 | - |
| YUV | 41.68 | 210.58 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 188 | 0.72 | 0.96 | 0 | 0.26 | 254.67 | 0.92 | 0.38 |
| Hex | 34 | 8 | BC | 48 | 60 | 0 | 1A | FF | 5C | 26 |
| Octal | 64 | 10 | 274 | 110 | 140 | 0 | 32 | 377 | 134 | 46 |
| Binary | 110100 | 1000 | 10111100 | 1001000 | 1100000 | 0 | 11010 | 11111111 | 1011100 | 100110 |
Color Harmonies of #3408BC
Complementary color
Monochromatic Colors of #3408BC
Black with #3408BC
Text Example
Text Example
White with #3408BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3408BC; }
p { color: rgb(52,8,188); }
H1.HeaderClassName
{
color: #3408BC;
}
.AnyTagClassName
{
color: #3408BC;
}
</style>
background-color css
<style>
a { background-color: #3408BC; }
a { background-color: rgb(52,8,188); }
div.DivClassName
{
background-color: #3408BC;
}
.BgClassName
{
background-color: #3408BC;
}
</style>
border-color css
<style>
span { border-color: #3408BC; }
span { border-color: rgb(52,8,188); }
td.TdClassName
{
border-color: #3408BC;
}
.TagClassName
{
border-color: #3408BC;
}
</style>