Shades of Royal Blue #3374FE
Tints of Royal Blue #3374FE
RGB
CMYK
RGB Variations
Color information
#3374FE (or 0x3374FE) is known color: Royal Blue. HEX triplet: 33, 74 and FE. RGB value is (51,116,254). Sum of RGB (Red+Green+Blue) = 51+116+254=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #3374FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3374FE is #CC8B01. Grayscale: #6F6F6F. Windows color (decimal): -13404930 or 16675891. OLE color: 16675891.
HSL color Cylindrical-coordinate representation of color #3374FE: hue angle of 220.79º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3374FE is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 116 | 254 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.00 |
| HSL | 220.79º | 0.99% | 0.6% | - |
| HSV(B) | 220.79º | 0.8% | 1% | - |
| XYZ | 25.5 | 20.35 | 96.35 | - |
| YUV | 112.3 | 207.97 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 254 | 0.80 | 0.54 | 0 | 0.00 | 220.79 | 0.99 | 0.6 |
| Hex | 33 | 74 | FE | 50 | 36 | 0 | 0 | DD | 63 | 3C |
| Octal | 63 | 164 | 376 | 120 | 66 | 0 | 0 | 335 | 143 | 74 |
| Binary | 110011 | 1110100 | 11111110 | 1010000 | 110110 | 0 | 0 | 11011101 | 1100011 | 111100 |
Color Harmonies of #3374FE
Complementary color
Monochromatic Colors of #3374FE
Black with #3374FE
Text Example
Text Example
White with #3374FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3374FE; }
p { color: rgb(51,116,254); }
H1.HeaderClassName
{
color: #3374FE;
}
.AnyTagClassName
{
color: #3374FE;
}
</style>
background-color css
<style>
a { background-color: #3374FE; }
a { background-color: rgb(51,116,254); }
div.DivClassName
{
background-color: #3374FE;
}
.BgClassName
{
background-color: #3374FE;
}
</style>
border-color css
<style>
span { border-color: #3374FE; }
span { border-color: rgb(51,116,254); }
td.TdClassName
{
border-color: #3374FE;
}
.TagClassName
{
border-color: #3374FE;
}
</style>