Shades of Royal Blue #3371DF
Tints of Royal Blue #3371DF
RGB
CMYK
RGB Variations
Color information
#3371DF (or 0x3371DF) is known color: Royal Blue. HEX triplet: 33, 71 and DF. RGB value is (51,113,223). Sum of RGB (Red+Green+Blue) = 51+113+223=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #3371DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3371DF is #CC8E20. Grayscale: #6A6A6A. Windows color (decimal): -13405729 or 14643507. OLE color: 14643507.
HSL color Cylindrical-coordinate representation of color #3371DF: hue angle of 218.37º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3371DF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 113 | 223 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.13 |
| HSL | 218.37º | 0.73% | 0.54% | - |
| HSV(B) | 218.37º | 0.77% | 0.87% | - |
| XYZ | 20.59 | 17.84 | 72.17 | - |
| YUV | 107 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 223 | 0.77 | 0.49 | 0 | 0.13 | 218.37 | 0.73 | 0.54 |
| Hex | 33 | 71 | DF | 4D | 31 | 0 | D | DA | 49 | 36 |
| Octal | 63 | 161 | 337 | 115 | 61 | 0 | 15 | 332 | 111 | 66 |
| Binary | 110011 | 1110001 | 11011111 | 1001101 | 110001 | 0 | 1101 | 11011010 | 1001001 | 110110 |
Color Harmonies of #3371DF
Complementary color
Monochromatic Colors of #3371DF
Black with #3371DF
Text Example
Text Example
White with #3371DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3371DF; }
p { color: rgb(51,113,223); }
H1.HeaderClassName
{
color: #3371DF;
}
.AnyTagClassName
{
color: #3371DF;
}
</style>
background-color css
<style>
a { background-color: #3371DF; }
a { background-color: rgb(51,113,223); }
div.DivClassName
{
background-color: #3371DF;
}
.BgClassName
{
background-color: #3371DF;
}
</style>
border-color css
<style>
span { border-color: #3371DF; }
span { border-color: rgb(51,113,223); }
td.TdClassName
{
border-color: #3371DF;
}
.TagClassName
{
border-color: #3371DF;
}
</style>