Shades of Royal Blue #3374DF
Tints of Royal Blue #3374DF
RGB
CMYK
RGB Variations
Color information
#3374DF (or 0x3374DF) is known color: Royal Blue. HEX triplet: 33, 74 and DF. RGB value is (51,116,223). Sum of RGB (Red+Green+Blue) = 51+116+223=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #3374DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374DF is #CC8B20. Grayscale: #6C6C6C. Windows color (decimal): -13404961 or 14644275. OLE color: 14644275.
HSL color Cylindrical-coordinate representation of color #3374DF: hue angle of 217.33º 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 #3374DF is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 116 | 223 | - |
| CMYK | 0.77 | 0.48 | 0 | 0.13 |
| HSL | 217.33º | 0.73% | 0.54% | - |
| HSV(B) | 217.33º | 0.77% | 0.87% | - |
| XYZ | 20.93 | 18.52 | 72.28 | - |
| YUV | 108.76 | 192.47 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 223 | 0.77 | 0.48 | 0 | 0.13 | 217.33 | 0.73 | 0.54 |
| Hex | 33 | 74 | DF | 4D | 30 | 0 | D | D9 | 49 | 36 |
| Octal | 63 | 164 | 337 | 115 | 60 | 0 | 15 | 331 | 111 | 66 |
| Binary | 110011 | 1110100 | 11011111 | 1001101 | 110000 | 0 | 1101 | 11011001 | 1001001 | 110110 |
Color Harmonies of #3374DF
Complementary color
Monochromatic Colors of #3374DF
Black with #3374DF
Text Example
Text Example
White with #3374DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3374DF; }
p { color: rgb(51,116,223); }
H1.HeaderClassName
{
color: #3374DF;
}
.AnyTagClassName
{
color: #3374DF;
}
</style>
background-color css
<style>
a { background-color: #3374DF; }
a { background-color: rgb(51,116,223); }
div.DivClassName
{
background-color: #3374DF;
}
.BgClassName
{
background-color: #3374DF;
}
</style>
border-color css
<style>
span { border-color: #3374DF; }
span { border-color: rgb(51,116,223); }
td.TdClassName
{
border-color: #3374DF;
}
.TagClassName
{
border-color: #3374DF;
}
</style>