Shades of Royal Blue #3272FE
Tints of Royal Blue #3272FE
RGB
CMYK
RGB Variations
Color information
#3272FE (or 0x3272FE) is known color: Royal Blue. HEX triplet: 32, 72 and FE. RGB value is (50,114,254). Sum of RGB (Red+Green+Blue) = 50+114+254=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #3272FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3272FE is #CD8D01. Grayscale: #6E6E6E. Windows color (decimal): -13470978 or 16675378. OLE color: 16675378.
HSL color Cylindrical-coordinate representation of color #3272FE: hue angle of 221.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3272FE is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 114 | 254 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.00 |
| HSL | 221.18º | 0.99% | 0.6% | - |
| HSV(B) | 221.18º | 0.8% | 1% | - |
| XYZ | 25.22 | 19.87 | 96.27 | - |
| YUV | 110.82 | 208.8 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 254 | 0.80 | 0.55 | 0 | 0.00 | 221.18 | 0.99 | 0.6 |
| Hex | 32 | 72 | FE | 50 | 37 | 0 | 0 | DD | 63 | 3C |
| Octal | 62 | 162 | 376 | 120 | 67 | 0 | 0 | 335 | 143 | 74 |
| Binary | 110010 | 1110010 | 11111110 | 1010000 | 110111 | 0 | 0 | 11011101 | 1100011 | 111100 |
Color Harmonies of #3272FE
Complementary color
Monochromatic Colors of #3272FE
Black with #3272FE
Text Example
Text Example
White with #3272FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272FE; }
p { color: rgb(50,114,254); }
H1.HeaderClassName
{
color: #3272FE;
}
.AnyTagClassName
{
color: #3272FE;
}
</style>
background-color css
<style>
a { background-color: #3272FE; }
a { background-color: rgb(50,114,254); }
div.DivClassName
{
background-color: #3272FE;
}
.BgClassName
{
background-color: #3272FE;
}
</style>
border-color css
<style>
span { border-color: #3272FE; }
span { border-color: rgb(50,114,254); }
td.TdClassName
{
border-color: #3272FE;
}
.TagClassName
{
border-color: #3272FE;
}
</style>