Shades of Ultramarine #3410B1
Tints of Ultramarine #3410B1
RGB
CMYK
RGB Variations
Color information
#3410B1 (or 0x3410B1) is known color: Ultramarine. HEX triplet: 34, 10 and B1. RGB value is (52,16,177). Sum of RGB (Red+Green+Blue) = 52+16+177=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 177 (69.53% from 255 or 72.24% from 245); Max value from RGB is 177 - color contains mainly: blue. Hex color #3410B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3410B1 is #CBEF4E. Grayscale: #2C2C2C. Windows color (decimal): -13365071 or 11604020. OLE color: 11604020.
HSL color Cylindrical-coordinate representation of color #3410B1: hue angle of 253.42º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3410B1 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 16 | 177 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.31 |
| HSL | 253.42º | 0.83% | 0.38% | - |
| HSV(B) | 253.42º | 0.91% | 0.69% | - |
| XYZ | 9.54 | 4.27 | 41.92 | - |
| YUV | 45.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 177 | 0.71 | 0.91 | 0 | 0.31 | 253.42 | 0.83 | 0.38 |
| Hex | 34 | 10 | B1 | 47 | 5B | 0 | 1F | FD | 53 | 26 |
| Octal | 64 | 20 | 261 | 107 | 133 | 0 | 37 | 375 | 123 | 46 |
| Binary | 110100 | 10000 | 10110001 | 1000111 | 1011011 | 0 | 11111 | 11111101 | 1010011 | 100110 |
Color Harmonies of #3410B1
Complementary color
Monochromatic Colors of #3410B1
Black with #3410B1
Text Example
Text Example
White with #3410B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3410B1; }
p { color: rgb(52,16,177); }
H1.HeaderClassName
{
color: #3410B1;
}
.AnyTagClassName
{
color: #3410B1;
}
</style>
background-color css
<style>
a { background-color: #3410B1; }
a { background-color: rgb(52,16,177); }
div.DivClassName
{
background-color: #3410B1;
}
.BgClassName
{
background-color: #3410B1;
}
</style>
border-color css
<style>
span { border-color: #3410B1; }
span { border-color: rgb(52,16,177); }
td.TdClassName
{
border-color: #3410B1;
}
.TagClassName
{
border-color: #3410B1;
}
</style>