Shades of Royal Blue #3378FA
Tints of Royal Blue #3378FA
RGB
CMYK
RGB Variations
Color information
#3378FA (or 0x3378FA) is known color: Royal Blue. HEX triplet: 33, 78 and FA. RGB value is (51,120,250). Sum of RGB (Red+Green+Blue) = 51+120+250=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #3378FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3378FA is #CC8705. Grayscale: #717171. Windows color (decimal): -13403910 or 16414771. OLE color: 16414771.
HSL color Cylindrical-coordinate representation of color #3378FA: hue angle of 219.2º 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 #3378FA is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 120 | 250 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.02 |
| HSL | 219.2º | 0.95% | 0.59% | - |
| HSV(B) | 219.2º | 0.8% | 0.98% | - |
| XYZ | 25.34 | 21.04 | 93.17 | - |
| YUV | 114.19 | 204.64 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 250 | 0.80 | 0.52 | 0 | 0.02 | 219.2 | 0.95 | 0.59 |
| Hex | 33 | 78 | FA | 50 | 34 | 0 | 2 | DB | 5F | 3B |
| Octal | 63 | 170 | 372 | 120 | 64 | 0 | 2 | 333 | 137 | 73 |
| Binary | 110011 | 1111000 | 11111010 | 1010000 | 110100 | 0 | 10 | 11011011 | 1011111 | 111011 |
Color Harmonies of #3378FA
Complementary color
Monochromatic Colors of #3378FA
Black with #3378FA
Text Example
Text Example
White with #3378FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3378FA; }
p { color: rgb(51,120,250); }
H1.HeaderClassName
{
color: #3378FA;
}
.AnyTagClassName
{
color: #3378FA;
}
</style>
background-color css
<style>
a { background-color: #3378FA; }
a { background-color: rgb(51,120,250); }
div.DivClassName
{
background-color: #3378FA;
}
.BgClassName
{
background-color: #3378FA;
}
</style>
border-color css
<style>
span { border-color: #3378FA; }
span { border-color: rgb(51,120,250); }
td.TdClassName
{
border-color: #3378FA;
}
.TagClassName
{
border-color: #3378FA;
}
</style>