Shades of Ultramarine #3400B5
Tints of Ultramarine #3400B5
RGB
CMYK
RGB Variations
Color information
#3400B5 (or 0x3400B5) is known color: Ultramarine. HEX triplet: 34, 00 and B5. RGB value is (52,0,181). Sum of RGB (Red+Green+Blue) = 52+0+181=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 181 (71.09% from 255 or 77.68% from 233); Max value from RGB is 181 - color contains mainly: blue. Hex color #3400B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400B5 is #CBFF4A. Grayscale: #232323. Windows color (decimal): -13369163 or 11862068. OLE color: 11862068.
HSL color Cylindrical-coordinate representation of color #3400B5: hue angle of 257.24º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400B5 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 0 | 181 | - |
| CMYK | 0.71 | 1 | 0 | 0.29 |
| HSL | 257.24º | 1% | 0.35% | - |
| HSV(B) | 257.24º | 1% | 0.71% | - |
| XYZ | 9.76 | 4.07 | 43.99 | - |
| YUV | 36.18 | 209.73 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 181 | 0.71 | 1 | 0 | 0.29 | 257.24 | 1 | 0.35 |
| Hex | 34 | 0 | B5 | 47 | 64 | 0 | 1D | 101 | 64 | 23 |
| Octal | 64 | 0 | 265 | 107 | 144 | 0 | 35 | 401 | 144 | 43 |
| Binary | 110100 | 0 | 10110101 | 1000111 | 1100100 | 0 | 11101 | 100000001 | 1100100 | 100011 |
Color Harmonies of #3400B5
Complementary color
Monochromatic Colors of #3400B5
Black with #3400B5
Text Example
Text Example
White with #3400B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400B5; }
p { color: rgb(52,0,181); }
H1.HeaderClassName
{
color: #3400B5;
}
.AnyTagClassName
{
color: #3400B5;
}
</style>
background-color css
<style>
a { background-color: #3400B5; }
a { background-color: rgb(52,0,181); }
div.DivClassName
{
background-color: #3400B5;
}
.BgClassName
{
background-color: #3400B5;
}
</style>
border-color css
<style>
span { border-color: #3400B5; }
span { border-color: rgb(52,0,181); }
td.TdClassName
{
border-color: #3400B5;
}
.TagClassName
{
border-color: #3400B5;
}
</style>