Shades of Royal Blue #3376FA
Tints of Royal Blue #3376FA
RGB
CMYK
RGB Variations
Color information
#3376FA (or 0x3376FA) is known color: Royal Blue. HEX triplet: 33, 76 and FA. RGB value is (51,118,250). Sum of RGB (Red+Green+Blue) = 51+118+250=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #3376FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3376FA is #CC8905. Grayscale: #707070. Windows color (decimal): -13404422 or 16414259. OLE color: 16414259.
HSL color Cylindrical-coordinate representation of color #3376FA: hue angle of 219.8º 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 #3376FA is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 118 | 250 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.02 |
| HSL | 219.8º | 0.95% | 0.59% | - |
| HSV(B) | 219.8º | 0.8% | 0.98% | - |
| XYZ | 25.1 | 20.56 | 93.09 | - |
| YUV | 113.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 250 | 0.80 | 0.53 | 0 | 0.02 | 219.8 | 0.95 | 0.59 |
| Hex | 33 | 76 | FA | 50 | 35 | 0 | 2 | DC | 5F | 3B |
| Octal | 63 | 166 | 372 | 120 | 65 | 0 | 2 | 334 | 137 | 73 |
| Binary | 110011 | 1110110 | 11111010 | 1010000 | 110101 | 0 | 10 | 11011100 | 1011111 | 111011 |
Color Harmonies of #3376FA
Complementary color
Monochromatic Colors of #3376FA
Black with #3376FA
Text Example
Text Example
White with #3376FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376FA; }
p { color: rgb(51,118,250); }
H1.HeaderClassName
{
color: #3376FA;
}
.AnyTagClassName
{
color: #3376FA;
}
</style>
background-color css
<style>
a { background-color: #3376FA; }
a { background-color: rgb(51,118,250); }
div.DivClassName
{
background-color: #3376FA;
}
.BgClassName
{
background-color: #3376FA;
}
</style>
border-color css
<style>
span { border-color: #3376FA; }
span { border-color: rgb(51,118,250); }
td.TdClassName
{
border-color: #3376FA;
}
.TagClassName
{
border-color: #3376FA;
}
</style>