Shades of Royal Blue #3276E5
Tints of Royal Blue #3276E5
RGB
CMYK
RGB Variations
Color information
#3276E5 (or 0x3276E5) is known color: Royal Blue. HEX triplet: 32, 76 and E5. RGB value is (50,118,229). Sum of RGB (Red+Green+Blue) = 50+118+229=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #3276E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276E5 is #CD891A. Grayscale: #6D6D6D. Windows color (decimal): -13469979 or 15038002. OLE color: 15038002.
HSL color Cylindrical-coordinate representation of color #3276E5: hue angle of 217.21º 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 #3276E5 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 118 | 229 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.10 |
| HSL | 217.21º | 0.77% | 0.55% | - |
| HSV(B) | 217.21º | 0.78% | 0.9% | - |
| XYZ | 21.94 | 19.29 | 76.7 | - |
| YUV | 110.32 | 194.97 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 229 | 0.78 | 0.48 | 0 | 0.10 | 217.21 | 0.77 | 0.55 |
| Hex | 32 | 76 | E5 | 4E | 30 | 0 | A | D9 | 4D | 37 |
| Octal | 62 | 166 | 345 | 116 | 60 | 0 | 12 | 331 | 115 | 67 |
| Binary | 110010 | 1110110 | 11100101 | 1001110 | 110000 | 0 | 1010 | 11011001 | 1001101 | 110111 |
Color Harmonies of #3276E5
Complementary color
Monochromatic Colors of #3276E5
Black with #3276E5
Text Example
Text Example
White with #3276E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3276E5; }
p { color: rgb(50,118,229); }
H1.HeaderClassName
{
color: #3276E5;
}
.AnyTagClassName
{
color: #3276E5;
}
</style>
background-color css
<style>
a { background-color: #3276E5; }
a { background-color: rgb(50,118,229); }
div.DivClassName
{
background-color: #3276E5;
}
.BgClassName
{
background-color: #3276E5;
}
</style>
border-color css
<style>
span { border-color: #3276E5; }
span { border-color: rgb(50,118,229); }
td.TdClassName
{
border-color: #3276E5;
}
.TagClassName
{
border-color: #3276E5;
}
</style>