Shades of Ultramarine #3417B0
Tints of Ultramarine #3417B0
RGB
CMYK
RGB Variations
Color information
#3417B0 (or 0x3417B0) is known color: Ultramarine. HEX triplet: 34, 17 and B0. RGB value is (52,23,176). Sum of RGB (Red+Green+Blue) = 52+23+176=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 176 (69.14% from 255 or 70.12% from 251); Max value from RGB is 176 - color contains mainly: blue. Hex color #3417B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3417B0 is #CBE84F. Grayscale: #303030. Windows color (decimal): -13363280 or 11540276. OLE color: 11540276.
HSL color Cylindrical-coordinate representation of color #3417B0: hue angle of 251.37º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3417B0 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 23 | 176 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.31 |
| HSL | 251.37º | 0.77% | 0.39% | - |
| HSV(B) | 251.37º | 0.87% | 0.69% | - |
| XYZ | 9.56 | 4.48 | 41.43 | - |
| YUV | 49.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 176 | 0.70 | 0.87 | 0 | 0.31 | 251.37 | 0.77 | 0.39 |
| Hex | 34 | 17 | B0 | 46 | 57 | 0 | 1F | FB | 4D | 27 |
| Octal | 64 | 27 | 260 | 106 | 127 | 0 | 37 | 373 | 115 | 47 |
| Binary | 110100 | 10111 | 10110000 | 1000110 | 1010111 | 0 | 11111 | 11111011 | 1001101 | 100111 |
Color Harmonies of #3417B0
Complementary color
Monochromatic Colors of #3417B0
Black with #3417B0
Text Example
Text Example
White with #3417B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3417B0; }
p { color: rgb(52,23,176); }
H1.HeaderClassName
{
color: #3417B0;
}
.AnyTagClassName
{
color: #3417B0;
}
</style>
background-color css
<style>
a { background-color: #3417B0; }
a { background-color: rgb(52,23,176); }
div.DivClassName
{
background-color: #3417B0;
}
.BgClassName
{
background-color: #3417B0;
}
</style>
border-color css
<style>
span { border-color: #3417B0; }
span { border-color: rgb(52,23,176); }
td.TdClassName
{
border-color: #3417B0;
}
.TagClassName
{
border-color: #3417B0;
}
</style>