Shades of Ultramarine #3414A8
Tints of Ultramarine #3414A8
RGB
CMYK
RGB Variations
Color information
#3414A8 (or 0x3414A8) is known color: Ultramarine. HEX triplet: 34, 14 and A8. RGB value is (52,20,168). Sum of RGB (Red+Green+Blue) = 52+20+168=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 168 (66.02% from 255 or 70% from 240); Max value from RGB is 168 - color contains mainly: blue. Hex color #3414A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3414A8 is #CBEB57. Grayscale: #2D2D2D. Windows color (decimal): -13364056 or 11015220. OLE color: 11015220.
HSL color Cylindrical-coordinate representation of color #3414A8: hue angle of 252.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3414A8 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 20 | 168 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.34 |
| HSL | 252.97º | 0.79% | 0.37% | - |
| HSV(B) | 252.97º | 0.88% | 0.66% | - |
| XYZ | 8.73 | 4.06 | 37.37 | - |
| YUV | 46.44 | 196.6 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 168 | 0.69 | 0.88 | 0 | 0.34 | 252.97 | 0.79 | 0.37 |
| Hex | 34 | 14 | A8 | 45 | 58 | 0 | 22 | FD | 4F | 25 |
| Octal | 64 | 24 | 250 | 105 | 130 | 0 | 42 | 375 | 117 | 45 |
| Binary | 110100 | 10100 | 10101000 | 1000101 | 1011000 | 0 | 100010 | 11111101 | 1001111 | 100101 |
Color Harmonies of #3414A8
Complementary color
Monochromatic Colors of #3414A8
Black with #3414A8
Text Example
Text Example
White with #3414A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3414A8; }
p { color: rgb(52,20,168); }
H1.HeaderClassName
{
color: #3414A8;
}
.AnyTagClassName
{
color: #3414A8;
}
</style>
background-color css
<style>
a { background-color: #3414A8; }
a { background-color: rgb(52,20,168); }
div.DivClassName
{
background-color: #3414A8;
}
.BgClassName
{
background-color: #3414A8;
}
</style>
border-color css
<style>
span { border-color: #3414A8; }
span { border-color: rgb(52,20,168); }
td.TdClassName
{
border-color: #3414A8;
}
.TagClassName
{
border-color: #3414A8;
}
</style>