Shades of Ultramarine #3314A6
Tints of Ultramarine #3314A6
RGB
CMYK
RGB Variations
Color information
#3314A6 (or 0x3314A6) is known color: Ultramarine. HEX triplet: 33, 14 and A6. RGB value is (51,20,166). Sum of RGB (Red+Green+Blue) = 51+20+166=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 166 (65.23% from 255 or 70.04% from 237); Max value from RGB is 166 - color contains mainly: blue. Hex color #3314A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3314A6 is #CCEB59. Grayscale: #2D2D2D. Windows color (decimal): -13429594 or 10884147. OLE color: 10884147.
HSL color Cylindrical-coordinate representation of color #3314A6: hue angle of 252.74º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3314A6 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 20 | 166 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.35 |
| HSL | 252.74º | 0.78% | 0.36% | - |
| HSV(B) | 252.74º | 0.88% | 0.65% | - |
| XYZ | 8.5 | 3.96 | 36.39 | - |
| YUV | 45.91 | 195.77 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 166 | 0.69 | 0.88 | 0 | 0.35 | 252.74 | 0.78 | 0.36 |
| Hex | 33 | 14 | A6 | 45 | 58 | 0 | 23 | FD | 4E | 24 |
| Octal | 63 | 24 | 246 | 105 | 130 | 0 | 43 | 375 | 116 | 44 |
| Binary | 110011 | 10100 | 10100110 | 1000101 | 1011000 | 0 | 100011 | 11111101 | 1001110 | 100100 |
Color Harmonies of #3314A6
Complementary color
Monochromatic Colors of #3314A6
Black with #3314A6
Text Example
Text Example
White with #3314A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314A6; }
p { color: rgb(51,20,166); }
H1.HeaderClassName
{
color: #3314A6;
}
.AnyTagClassName
{
color: #3314A6;
}
</style>
background-color css
<style>
a { background-color: #3314A6; }
a { background-color: rgb(51,20,166); }
div.DivClassName
{
background-color: #3314A6;
}
.BgClassName
{
background-color: #3314A6;
}
</style>
border-color css
<style>
span { border-color: #3314A6; }
span { border-color: rgb(51,20,166); }
td.TdClassName
{
border-color: #3314A6;
}
.TagClassName
{
border-color: #3314A6;
}
</style>