Shades of Royal Blue #3272E5
Tints of Royal Blue #3272E5
RGB
CMYK
RGB Variations
Color information
#3272E5 (or 0x3272E5) is known color: Royal Blue. HEX triplet: 32, 72 and E5. RGB value is (50,114,229). Sum of RGB (Red+Green+Blue) = 50+114+229=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #3272E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272E5 is #CD8D1A. Grayscale: #6B6B6B. Windows color (decimal): -13471003 or 15036978. OLE color: 15036978.
HSL color Cylindrical-coordinate representation of color #3272E5: hue angle of 218.55º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3272E5 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 114 | 229 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.10 |
| HSL | 218.55º | 0.77% | 0.55% | - |
| HSV(B) | 218.55º | 0.78% | 0.9% | - |
| XYZ | 21.48 | 18.37 | 76.54 | - |
| YUV | 107.97 | 196.3 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 229 | 0.78 | 0.50 | 0 | 0.10 | 218.55 | 0.77 | 0.55 |
| Hex | 32 | 72 | E5 | 4E | 32 | 0 | A | DB | 4D | 37 |
| Octal | 62 | 162 | 345 | 116 | 62 | 0 | 12 | 333 | 115 | 67 |
| Binary | 110010 | 1110010 | 11100101 | 1001110 | 110010 | 0 | 1010 | 11011011 | 1001101 | 110111 |
Color Harmonies of #3272E5
Complementary color
Monochromatic Colors of #3272E5
Black with #3272E5
Text Example
Text Example
White with #3272E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272E5; }
p { color: rgb(50,114,229); }
H1.HeaderClassName
{
color: #3272E5;
}
.AnyTagClassName
{
color: #3272E5;
}
</style>
background-color css
<style>
a { background-color: #3272E5; }
a { background-color: rgb(50,114,229); }
div.DivClassName
{
background-color: #3272E5;
}
.BgClassName
{
background-color: #3272E5;
}
</style>
border-color css
<style>
span { border-color: #3272E5; }
span { border-color: rgb(50,114,229); }
td.TdClassName
{
border-color: #3272E5;
}
.TagClassName
{
border-color: #3272E5;
}
</style>