Shades of Royal Blue #3272E6
Tints of Royal Blue #3272E6
RGB
CMYK
RGB Variations
Color information
#3272E6 (or 0x3272E6) is known color: Royal Blue. HEX triplet: 32, 72 and E6. RGB value is (50,114,230). Sum of RGB (Red+Green+Blue) = 50+114+230=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #3272E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3272E6 is #CD8D19. Grayscale: #6B6B6B. Windows color (decimal): -13471002 or 15102514. OLE color: 15102514.
HSL color Cylindrical-coordinate representation of color #3272E6: hue angle of 218.67º degrees, saturation: 0.78, 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 #3272E6 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 114 | 230 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.10 |
| HSL | 218.67º | 0.78% | 0.55% | - |
| HSV(B) | 218.67º | 0.78% | 0.9% | - |
| XYZ | 21.62 | 18.43 | 77.28 | - |
| YUV | 108.09 | 196.8 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 230 | 0.78 | 0.50 | 0 | 0.10 | 218.67 | 0.78 | 0.55 |
| Hex | 32 | 72 | E6 | 4E | 32 | 0 | A | DB | 4E | 37 |
| Octal | 62 | 162 | 346 | 116 | 62 | 0 | 12 | 333 | 116 | 67 |
| Binary | 110010 | 1110010 | 11100110 | 1001110 | 110010 | 0 | 1010 | 11011011 | 1001110 | 110111 |
Color Harmonies of #3272E6
Complementary color
Monochromatic Colors of #3272E6
Black with #3272E6
Text Example
Text Example
White with #3272E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3272E6; }
p { color: rgb(50,114,230); }
H1.HeaderClassName
{
color: #3272E6;
}
.AnyTagClassName
{
color: #3272E6;
}
</style>
background-color css
<style>
a { background-color: #3272E6; }
a { background-color: rgb(50,114,230); }
div.DivClassName
{
background-color: #3272E6;
}
.BgClassName
{
background-color: #3272E6;
}
</style>
border-color css
<style>
span { border-color: #3272E6; }
span { border-color: rgb(50,114,230); }
td.TdClassName
{
border-color: #3272E6;
}
.TagClassName
{
border-color: #3272E6;
}
</style>