Shades of Royal Blue #3272FA
Tints of Royal Blue #3272FA
RGB
CMYK
RGB Variations
Color information
#3272FA (or 0x3272FA) is known color: Royal Blue. HEX triplet: 32, 72 and FA. RGB value is (50,114,250). Sum of RGB (Red+Green+Blue) = 50+114+250=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #3272FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3272FA is #CD8D05. Grayscale: #6D6D6D. Windows color (decimal): -13470982 or 16413234. OLE color: 16413234.
HSL color Cylindrical-coordinate representation of color #3272FA: hue angle of 220.8º degrees, saturation: 0.95, 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 #3272FA is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 114 | 250 | - |
| CMYK | 0.8 | 0.54 | 0 | 0.02 |
| HSL | 220.8º | 0.95% | 0.59% | - |
| HSV(B) | 220.8º | 0.8% | 0.98% | - |
| XYZ | 24.59 | 19.61 | 92.93 | - |
| YUV | 110.37 | 206.8 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 250 | 0.8 | 0.54 | 0 | 0.02 | 220.8 | 0.95 | 0.59 |
| Hex | 32 | 72 | FA | 50 | 36 | 0 | 2 | DD | 5F | 3B |
| Octal | 62 | 162 | 372 | 120 | 66 | 0 | 2 | 335 | 137 | 73 |
| Binary | 110010 | 1110010 | 11111010 | 1010000 | 110110 | 0 | 10 | 11011101 | 1011111 | 111011 |
Color Harmonies of #3272FA
Complementary color
Monochromatic Colors of #3272FA
Black with #3272FA
Text Example
Text Example
White with #3272FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272FA; }
p { color: rgb(50,114,250); }
H1.HeaderClassName
{
color: #3272FA;
}
.AnyTagClassName
{
color: #3272FA;
}
</style>
background-color css
<style>
a { background-color: #3272FA; }
a { background-color: rgb(50,114,250); }
div.DivClassName
{
background-color: #3272FA;
}
.BgClassName
{
background-color: #3272FA;
}
</style>
border-color css
<style>
span { border-color: #3272FA; }
span { border-color: rgb(50,114,250); }
td.TdClassName
{
border-color: #3272FA;
}
.TagClassName
{
border-color: #3272FA;
}
</style>