Shades of Royal Blue #3272F9
Tints of Royal Blue #3272F9
RGB
CMYK
RGB Variations
Color information
#3272F9 (or 0x3272F9) is known color: Royal Blue. HEX triplet: 32, 72 and F9. RGB value is (50,114,249). Sum of RGB (Red+Green+Blue) = 50+114+249=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #3272F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3272F9 is #CD8D06. Grayscale: #6D6D6D. Windows color (decimal): -13470983 or 16347698. OLE color: 16347698.
HSL color Cylindrical-coordinate representation of color #3272F9: hue angle of 220.7º degrees, saturation: 0.94, 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 #3272F9 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 114 | 249 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.02 |
| HSL | 220.7º | 0.94% | 0.59% | - |
| HSV(B) | 220.7º | 0.8% | 0.98% | - |
| XYZ | 24.43 | 19.55 | 92.11 | - |
| YUV | 110.25 | 206.3 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 249 | 0.80 | 0.54 | 0 | 0.02 | 220.7 | 0.94 | 0.59 |
| Hex | 32 | 72 | F9 | 50 | 36 | 0 | 2 | DD | 5E | 3B |
| Octal | 62 | 162 | 371 | 120 | 66 | 0 | 2 | 335 | 136 | 73 |
| Binary | 110010 | 1110010 | 11111001 | 1010000 | 110110 | 0 | 10 | 11011101 | 1011110 | 111011 |
Color Harmonies of #3272F9
Complementary color
Monochromatic Colors of #3272F9
Black with #3272F9
Text Example
Text Example
White with #3272F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272F9; }
p { color: rgb(50,114,249); }
H1.HeaderClassName
{
color: #3272F9;
}
.AnyTagClassName
{
color: #3272F9;
}
</style>
background-color css
<style>
a { background-color: #3272F9; }
a { background-color: rgb(50,114,249); }
div.DivClassName
{
background-color: #3272F9;
}
.BgClassName
{
background-color: #3272F9;
}
</style>
border-color css
<style>
span { border-color: #3272F9; }
span { border-color: rgb(50,114,249); }
td.TdClassName
{
border-color: #3272F9;
}
.TagClassName
{
border-color: #3272F9;
}
</style>