Shades of Ultramarine #3400B0
Tints of Ultramarine #3400B0
RGB
CMYK
RGB Variations
Color information
#3400B0 (or 0x3400B0) is known color: Ultramarine. HEX triplet: 34, 00 and B0. RGB value is (52,0,176). Sum of RGB (Red+Green+Blue) = 52+0+176=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 176 (69.14% from 255 or 77.19% from 228); Max value from RGB is 176 - color contains mainly: blue. Hex color #3400B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3400B0 is #CBFF4F. Grayscale: #222222. Windows color (decimal): -13369168 or 11534388. OLE color: 11534388.
HSL color Cylindrical-coordinate representation of color #3400B0: hue angle of 257.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400B0 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 0 | 176 | - |
| CMYK | 0.70 | 1 | 0 | 0.31 |
| HSL | 257.73º | 1% | 0.35% | - |
| HSV(B) | 257.73º | 1% | 0.69% | - |
| XYZ | 9.25 | 3.86 | 41.33 | - |
| YUV | 35.61 | 207.23 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 176 | 0.70 | 1 | 0 | 0.31 | 257.73 | 1 | 0.35 |
| Hex | 34 | 0 | B0 | 46 | 64 | 0 | 1F | 102 | 64 | 23 |
| Octal | 64 | 0 | 260 | 106 | 144 | 0 | 37 | 402 | 144 | 43 |
| Binary | 110100 | 0 | 10110000 | 1000110 | 1100100 | 0 | 11111 | 100000010 | 1100100 | 100011 |
Color Harmonies of #3400B0
Complementary color
Monochromatic Colors of #3400B0
Black with #3400B0
Text Example
Text Example
White with #3400B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400B0; }
p { color: rgb(52,0,176); }
H1.HeaderClassName
{
color: #3400B0;
}
.AnyTagClassName
{
color: #3400B0;
}
</style>
background-color css
<style>
a { background-color: #3400B0; }
a { background-color: rgb(52,0,176); }
div.DivClassName
{
background-color: #3400B0;
}
.BgClassName
{
background-color: #3400B0;
}
</style>
border-color css
<style>
span { border-color: #3400B0; }
span { border-color: rgb(52,0,176); }
td.TdClassName
{
border-color: #3400B0;
}
.TagClassName
{
border-color: #3400B0;
}
</style>