Shades of Royal Blue #3379FA
Tints of Royal Blue #3379FA
RGB
CMYK
RGB Variations
Color information
#3379FA (or 0x3379FA) is known color: Royal Blue. HEX triplet: 33, 79 and FA. RGB value is (51,121,250). Sum of RGB (Red+Green+Blue) = 51+121+250=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #3379FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3379FA is #CC8605. Grayscale: #727272. Windows color (decimal): -13403654 or 16415027. OLE color: 16415027.
HSL color Cylindrical-coordinate representation of color #3379FA: hue angle of 218.89º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3379FA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 121 | 250 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.02 |
| HSL | 218.89º | 0.95% | 0.59% | - |
| HSV(B) | 218.89º | 0.8% | 0.98% | - |
| XYZ | 25.46 | 21.28 | 93.21 | - |
| YUV | 114.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 250 | 0.80 | 0.52 | 0 | 0.02 | 218.89 | 0.95 | 0.59 |
| Hex | 33 | 79 | FA | 50 | 34 | 0 | 2 | DB | 5F | 3B |
| Octal | 63 | 171 | 372 | 120 | 64 | 0 | 2 | 333 | 137 | 73 |
| Binary | 110011 | 1111001 | 11111010 | 1010000 | 110100 | 0 | 10 | 11011011 | 1011111 | 111011 |
Color Harmonies of #3379FA
Complementary color
Monochromatic Colors of #3379FA
Black with #3379FA
Text Example
Text Example
White with #3379FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379FA; }
p { color: rgb(51,121,250); }
H1.HeaderClassName
{
color: #3379FA;
}
.AnyTagClassName
{
color: #3379FA;
}
</style>
background-color css
<style>
a { background-color: #3379FA; }
a { background-color: rgb(51,121,250); }
div.DivClassName
{
background-color: #3379FA;
}
.BgClassName
{
background-color: #3379FA;
}
</style>
border-color css
<style>
span { border-color: #3379FA; }
span { border-color: rgb(51,121,250); }
td.TdClassName
{
border-color: #3379FA;
}
.TagClassName
{
border-color: #3379FA;
}
</style>