Shades of Royal Blue #3277FB
Tints of Royal Blue #3277FB
RGB
CMYK
RGB Variations
Color information
#3277FB (or 0x3277FB) is known color: Royal Blue. HEX triplet: 32, 77 and FB. RGB value is (50,119,251). Sum of RGB (Red+Green+Blue) = 50+119+251=420 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.90% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #3277FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3277FB is #CD8804. Grayscale: #707070. Windows color (decimal): -13469701 or 16480050. OLE color: 16480050.
HSL color Cylindrical-coordinate representation of color #3277FB: hue angle of 219.4º 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 #3277FB is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 119 | 251 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.02 |
| HSL | 219.4º | 0.96% | 0.59% | - |
| HSV(B) | 219.4º | 0.8% | 0.98% | - |
| XYZ | 25.32 | 20.84 | 93.95 | - |
| YUV | 113.42 | 205.64 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 251 | 0.80 | 0.53 | 0 | 0.02 | 219.4 | 0.96 | 0.59 |
| Hex | 32 | 77 | FB | 50 | 35 | 0 | 2 | DB | 60 | 3B |
| Octal | 62 | 167 | 373 | 120 | 65 | 0 | 2 | 333 | 140 | 73 |
| Binary | 110010 | 1110111 | 11111011 | 1010000 | 110101 | 0 | 10 | 11011011 | 1100000 | 111011 |
Color Harmonies of #3277FB
Complementary color
Monochromatic Colors of #3277FB
Black with #3277FB
Text Example
Text Example
White with #3277FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3277FB; }
p { color: rgb(50,119,251); }
H1.HeaderClassName
{
color: #3277FB;
}
.AnyTagClassName
{
color: #3277FB;
}
</style>
background-color css
<style>
a { background-color: #3277FB; }
a { background-color: rgb(50,119,251); }
div.DivClassName
{
background-color: #3277FB;
}
.BgClassName
{
background-color: #3277FB;
}
</style>
border-color css
<style>
span { border-color: #3277FB; }
span { border-color: rgb(50,119,251); }
td.TdClassName
{
border-color: #3277FB;
}
.TagClassName
{
border-color: #3277FB;
}
</style>