Shades of Royal Blue #3271EA
Tints of Royal Blue #3271EA
RGB
CMYK
RGB Variations
Color information
#3271EA (or 0x3271EA) is known color: Royal Blue. HEX triplet: 32, 71 and EA. RGB value is (50,113,234). Sum of RGB (Red+Green+Blue) = 50+113+234=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #3271EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3271EA is #CD8E15. Grayscale: #6B6B6B. Windows color (decimal): -13471254 or 15364402. OLE color: 15364402.
HSL color Cylindrical-coordinate representation of color #3271EA: hue angle of 219.46º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3271EA is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 113 | 234 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.08 |
| HSL | 219.46º | 0.81% | 0.56% | - |
| HSV(B) | 219.46º | 0.79% | 0.92% | - |
| XYZ | 22.07 | 18.43 | 80.24 | - |
| YUV | 107.96 | 199.13 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 234 | 0.79 | 0.52 | 0 | 0.08 | 219.46 | 0.81 | 0.56 |
| Hex | 32 | 71 | EA | 4F | 34 | 0 | 8 | DB | 51 | 38 |
| Octal | 62 | 161 | 352 | 117 | 64 | 0 | 10 | 333 | 121 | 70 |
| Binary | 110010 | 1110001 | 11101010 | 1001111 | 110100 | 0 | 1000 | 11011011 | 1010001 | 111000 |
Color Harmonies of #3271EA
Complementary color
Monochromatic Colors of #3271EA
Black with #3271EA
Text Example
Text Example
White with #3271EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271EA; }
p { color: rgb(50,113,234); }
H1.HeaderClassName
{
color: #3271EA;
}
.AnyTagClassName
{
color: #3271EA;
}
</style>
background-color css
<style>
a { background-color: #3271EA; }
a { background-color: rgb(50,113,234); }
div.DivClassName
{
background-color: #3271EA;
}
.BgClassName
{
background-color: #3271EA;
}
</style>
border-color css
<style>
span { border-color: #3271EA; }
span { border-color: rgb(50,113,234); }
td.TdClassName
{
border-color: #3271EA;
}
.TagClassName
{
border-color: #3271EA;
}
</style>