Shades of Royal Blue #3274FB
Tints of Royal Blue #3274FB
RGB
CMYK
RGB Variations
Color information
#3274FB (or 0x3274FB) is known color: Royal Blue. HEX triplet: 32, 74 and FB. RGB value is (50,116,251). Sum of RGB (Red+Green+Blue) = 50+116+251=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #3274FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3274FB is #CD8B04. Grayscale: #6F6F6F. Windows color (decimal): -13470469 or 16479282. OLE color: 16479282.
HSL color Cylindrical-coordinate representation of color #3274FB: hue angle of 220.3º degrees, saturation: 0.96, 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 #3274FB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 116 | 251 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.02 |
| HSL | 220.3º | 0.96% | 0.59% | - |
| HSV(B) | 220.3º | 0.8% | 0.98% | - |
| XYZ | 24.97 | 20.13 | 93.84 | - |
| YUV | 111.66 | 206.63 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 251 | 0.80 | 0.54 | 0 | 0.02 | 220.3 | 0.96 | 0.59 |
| Hex | 32 | 74 | FB | 50 | 36 | 0 | 2 | DC | 60 | 3B |
| Octal | 62 | 164 | 373 | 120 | 66 | 0 | 2 | 334 | 140 | 73 |
| Binary | 110010 | 1110100 | 11111011 | 1010000 | 110110 | 0 | 10 | 11011100 | 1100000 | 111011 |
Color Harmonies of #3274FB
Complementary color
Monochromatic Colors of #3274FB
Black with #3274FB
Text Example
Text Example
White with #3274FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3274FB; }
p { color: rgb(50,116,251); }
H1.HeaderClassName
{
color: #3274FB;
}
.AnyTagClassName
{
color: #3274FB;
}
</style>
background-color css
<style>
a { background-color: #3274FB; }
a { background-color: rgb(50,116,251); }
div.DivClassName
{
background-color: #3274FB;
}
.BgClassName
{
background-color: #3274FB;
}
</style>
border-color css
<style>
span { border-color: #3274FB; }
span { border-color: rgb(50,116,251); }
td.TdClassName
{
border-color: #3274FB;
}
.TagClassName
{
border-color: #3274FB;
}
</style>