Shades of Royal Blue #3271EE
Tints of Royal Blue #3271EE
RGB
CMYK
RGB Variations
Color information
#3271EE (or 0x3271EE) is known color: Royal Blue. HEX triplet: 32, 71 and EE. RGB value is (50,113,238). Sum of RGB (Red+Green+Blue) = 50+113+238=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #3271EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3271EE is #CD8E11. Grayscale: #6B6B6B. Windows color (decimal): -13471250 or 15626546. OLE color: 15626546.
HSL color Cylindrical-coordinate representation of color #3271EE: hue angle of 219.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3271EE is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 113 | 238 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.07 |
| HSL | 219.89º | 0.85% | 0.56% | - |
| HSV(B) | 219.89º | 0.79% | 0.93% | - |
| XYZ | 22.65 | 18.66 | 83.3 | - |
| YUV | 108.41 | 201.13 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 238 | 0.79 | 0.53 | 0 | 0.07 | 219.89 | 0.85 | 0.56 |
| Hex | 32 | 71 | EE | 4F | 35 | 0 | 7 | DC | 55 | 38 |
| Octal | 62 | 161 | 356 | 117 | 65 | 0 | 7 | 334 | 125 | 70 |
| Binary | 110010 | 1110001 | 11101110 | 1001111 | 110101 | 0 | 111 | 11011100 | 1010101 | 111000 |
Color Harmonies of #3271EE
Complementary color
Monochromatic Colors of #3271EE
Black with #3271EE
Text Example
Text Example
White with #3271EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271EE; }
p { color: rgb(50,113,238); }
H1.HeaderClassName
{
color: #3271EE;
}
.AnyTagClassName
{
color: #3271EE;
}
</style>
background-color css
<style>
a { background-color: #3271EE; }
a { background-color: rgb(50,113,238); }
div.DivClassName
{
background-color: #3271EE;
}
.BgClassName
{
background-color: #3271EE;
}
</style>
border-color css
<style>
span { border-color: #3271EE; }
span { border-color: rgb(50,113,238); }
td.TdClassName
{
border-color: #3271EE;
}
.TagClassName
{
border-color: #3271EE;
}
</style>