Shades of Royal Blue #3278FA
Tints of Royal Blue #3278FA
RGB
CMYK
RGB Variations
Color information
#3278FA (or 0x3278FA) is known color: Royal Blue. HEX triplet: 32, 78 and FA. RGB value is (50,120,250). Sum of RGB (Red+Green+Blue) = 50+120+250=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #3278FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3278FA is #CD8705. Grayscale: #717171. Windows color (decimal): -13469446 or 16414770. OLE color: 16414770.
HSL color Cylindrical-coordinate representation of color #3278FA: hue angle of 219º 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 #3278FA is Cyan = 0.8, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 120 | 250 | - |
| CMYK | 0.8 | 0.52 | 0 | 0.02 |
| HSL | 219º | 0.95% | 0.59% | - |
| HSV(B) | 219º | 0.8% | 0.98% | - |
| XYZ | 25.29 | 21.01 | 93.17 | - |
| YUV | 113.89 | 204.81 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 250 | 0.8 | 0.52 | 0 | 0.02 | 219 | 0.95 | 0.59 |
| Hex | 32 | 78 | FA | 50 | 34 | 0 | 2 | DB | 5F | 3B |
| Octal | 62 | 170 | 372 | 120 | 64 | 0 | 2 | 333 | 137 | 73 |
| Binary | 110010 | 1111000 | 11111010 | 1010000 | 110100 | 0 | 10 | 11011011 | 1011111 | 111011 |
Color Harmonies of #3278FA
Complementary color
Monochromatic Colors of #3278FA
Black with #3278FA
Text Example
Text Example
White with #3278FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278FA; }
p { color: rgb(50,120,250); }
H1.HeaderClassName
{
color: #3278FA;
}
.AnyTagClassName
{
color: #3278FA;
}
</style>
background-color css
<style>
a { background-color: #3278FA; }
a { background-color: rgb(50,120,250); }
div.DivClassName
{
background-color: #3278FA;
}
.BgClassName
{
background-color: #3278FA;
}
</style>
border-color css
<style>
span { border-color: #3278FA; }
span { border-color: rgb(50,120,250); }
td.TdClassName
{
border-color: #3278FA;
}
.TagClassName
{
border-color: #3278FA;
}
</style>