Shades of Royal Blue #3272FF
Tints of Royal Blue #3272FF
RGB
CMYK
RGB Variations
Color information
#3272FF (or 0x3272FF) is known color: Royal Blue. HEX triplet: 32, 72 and FF. RGB value is (50,114,255). Sum of RGB (Red+Green+Blue) = 50+114+255=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #3272FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3272FF is #CD8D00. Grayscale: #6E6E6E. Windows color (decimal): -13470977 or 16740914. OLE color: 16740914.
HSL color Cylindrical-coordinate representation of color #3272FF: hue angle of 221.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3272FF is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 114 | 255 | - |
| CMYK | 0.80 | 0.55 | 0 | 0 |
| HSL | 221.27º | 1% | 0.6% | - |
| HSV(B) | 221.27º | 0.8% | 1% | - |
| XYZ | 25.38 | 19.93 | 97.12 | - |
| YUV | 110.94 | 209.3 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 255 | 0.80 | 0.55 | 0 | 0 | 221.27 | 1 | 0.6 |
| Hex | 32 | 72 | FF | 50 | 37 | 0 | 0 | DD | 64 | 3C |
| Octal | 62 | 162 | 377 | 120 | 67 | 0 | 0 | 335 | 144 | 74 |
| Binary | 110010 | 1110010 | 11111111 | 1010000 | 110111 | 0 | 0 | 11011101 | 1100100 | 111100 |
Color Harmonies of #3272FF
Complementary color
Monochromatic Colors of #3272FF
Black with #3272FF
Text Example
Text Example
White with #3272FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272FF; }
p { color: rgb(50,114,255); }
H1.HeaderClassName
{
color: #3272FF;
}
.AnyTagClassName
{
color: #3272FF;
}
</style>
background-color css
<style>
a { background-color: #3272FF; }
a { background-color: rgb(50,114,255); }
div.DivClassName
{
background-color: #3272FF;
}
.BgClassName
{
background-color: #3272FF;
}
</style>
border-color css
<style>
span { border-color: #3272FF; }
span { border-color: rgb(50,114,255); }
td.TdClassName
{
border-color: #3272FF;
}
.TagClassName
{
border-color: #3272FF;
}
</style>