Shades of Ultramarine #3314B1
Tints of Ultramarine #3314B1
RGB
CMYK
RGB Variations
Color information
#3314B1 (or 0x3314B1) is known color: Ultramarine. HEX triplet: 33, 14 and B1. RGB value is (51,20,177). Sum of RGB (Red+Green+Blue) = 51+20+177=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 177 (69.53% from 255 or 71.37% from 248); Max value from RGB is 177 - color contains mainly: blue. Hex color #3314B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3314B1 is #CCEB4E. Grayscale: #2E2E2E. Windows color (decimal): -13429583 or 11605043. OLE color: 11605043.
HSL color Cylindrical-coordinate representation of color #3314B1: hue angle of 251.85º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3314B1 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 20 | 177 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.31 |
| HSL | 251.85º | 0.8% | 0.39% | - |
| HSV(B) | 251.85º | 0.89% | 0.69% | - |
| XYZ | 9.55 | 4.38 | 41.94 | - |
| YUV | 47.17 | 201.27 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 20 | 177 | 0.71 | 0.89 | 0 | 0.31 | 251.85 | 0.8 | 0.39 |
| Hex | 33 | 14 | B1 | 47 | 59 | 0 | 1F | FC | 50 | 27 |
| Octal | 63 | 24 | 261 | 107 | 131 | 0 | 37 | 374 | 120 | 47 |
| Binary | 110011 | 10100 | 10110001 | 1000111 | 1011001 | 0 | 11111 | 11111100 | 1010000 | 100111 |
Color Harmonies of #3314B1
Complementary color
Monochromatic Colors of #3314B1
Black with #3314B1
Text Example
Text Example
White with #3314B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3314B1; }
p { color: rgb(51,20,177); }
H1.HeaderClassName
{
color: #3314B1;
}
.AnyTagClassName
{
color: #3314B1;
}
</style>
background-color css
<style>
a { background-color: #3314B1; }
a { background-color: rgb(51,20,177); }
div.DivClassName
{
background-color: #3314B1;
}
.BgClassName
{
background-color: #3314B1;
}
</style>
border-color css
<style>
span { border-color: #3314B1; }
span { border-color: rgb(51,20,177); }
td.TdClassName
{
border-color: #3314B1;
}
.TagClassName
{
border-color: #3314B1;
}
</style>