Shades of Royal Blue #3374EC
Tints of Royal Blue #3374EC
RGB
CMYK
RGB Variations
Color information
#3374EC (or 0x3374EC) is known color: Royal Blue. HEX triplet: 33, 74 and EC. RGB value is (51,116,236). Sum of RGB (Red+Green+Blue) = 51+116+236=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #3374EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3374EC is #CC8B13. Grayscale: #6D6D6D. Windows color (decimal): -13404948 or 15496243. OLE color: 15496243.
HSL color Cylindrical-coordinate representation of color #3374EC: hue angle of 218.92º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3374EC is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 116 | 236 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.07 |
| HSL | 218.92º | 0.83% | 0.56% | - |
| HSV(B) | 218.92º | 0.78% | 0.93% | - |
| XYZ | 22.75 | 19.25 | 81.87 | - |
| YUV | 110.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 236 | 0.78 | 0.51 | 0 | 0.07 | 218.92 | 0.83 | 0.56 |
| Hex | 33 | 74 | EC | 4E | 33 | 0 | 7 | DB | 53 | 38 |
| Octal | 63 | 164 | 354 | 116 | 63 | 0 | 7 | 333 | 123 | 70 |
| Binary | 110011 | 1110100 | 11101100 | 1001110 | 110011 | 0 | 111 | 11011011 | 1010011 | 111000 |
Color Harmonies of #3374EC
Complementary color
Monochromatic Colors of #3374EC
Black with #3374EC
Text Example
Text Example
White with #3374EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3374EC; }
p { color: rgb(51,116,236); }
H1.HeaderClassName
{
color: #3374EC;
}
.AnyTagClassName
{
color: #3374EC;
}
</style>
background-color css
<style>
a { background-color: #3374EC; }
a { background-color: rgb(51,116,236); }
div.DivClassName
{
background-color: #3374EC;
}
.BgClassName
{
background-color: #3374EC;
}
</style>
border-color css
<style>
span { border-color: #3374EC; }
span { border-color: rgb(51,116,236); }
td.TdClassName
{
border-color: #3374EC;
}
.TagClassName
{
border-color: #3374EC;
}
</style>