Shades of Royal Blue #3271CE
Tints of Royal Blue #3271CE
RGB
CMYK
RGB Variations
Color information
#3271CE (or 0x3271CE) is known color: Royal Blue. HEX triplet: 32, 71 and CE. RGB value is (50,113,206). Sum of RGB (Red+Green+Blue) = 50+113+206=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #3271CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271CE is #CD8E31. Grayscale: #686868. Windows color (decimal): -13471282 or 13529394. OLE color: 13529394.
HSL color Cylindrical-coordinate representation of color #3271CE: hue angle of 215.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3271CE is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 113 | 206 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.19 |
| HSL | 215.77º | 0.61% | 0.5% | - |
| HSV(B) | 215.77º | 0.76% | 0.81% | - |
| XYZ | 18.36 | 16.94 | 60.7 | - |
| YUV | 104.77 | 185.13 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 206 | 0.76 | 0.45 | 0 | 0.19 | 215.77 | 0.61 | 0.5 |
| Hex | 32 | 71 | CE | 4C | 2D | 0 | 13 | D8 | 3D | 32 |
| Octal | 62 | 161 | 316 | 114 | 55 | 0 | 23 | 330 | 75 | 62 |
| Binary | 110010 | 1110001 | 11001110 | 1001100 | 101101 | 0 | 10011 | 11011000 | 111101 | 110010 |
Color Harmonies of #3271CE
Complementary color
Monochromatic Colors of #3271CE
Black with #3271CE
Text Example
Text Example
White with #3271CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271CE; }
p { color: rgb(50,113,206); }
H1.HeaderClassName
{
color: #3271CE;
}
.AnyTagClassName
{
color: #3271CE;
}
</style>
background-color css
<style>
a { background-color: #3271CE; }
a { background-color: rgb(50,113,206); }
div.DivClassName
{
background-color: #3271CE;
}
.BgClassName
{
background-color: #3271CE;
}
</style>
border-color css
<style>
span { border-color: #3271CE; }
span { border-color: rgb(50,113,206); }
td.TdClassName
{
border-color: #3271CE;
}
.TagClassName
{
border-color: #3271CE;
}
</style>