Shades of Royal Blue #3271CB
Tints of Royal Blue #3271CB
RGB
CMYK
RGB Variations
Color information
#3271CB (or 0x3271CB) is known color: Royal Blue. HEX triplet: 32, 71 and CB. RGB value is (50,113,203). Sum of RGB (Red+Green+Blue) = 50+113+203=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #3271CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271CB is #CD8E34. Grayscale: #686868. Windows color (decimal): -13471285 or 13332786. OLE color: 13332786.
HSL color Cylindrical-coordinate representation of color #3271CB: hue angle of 215.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3271CB is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 113 | 203 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.20 |
| HSL | 215.29º | 0.6% | 0.5% | - |
| HSV(B) | 215.29º | 0.75% | 0.8% | - |
| XYZ | 18 | 16.8 | 58.79 | - |
| YUV | 104.42 | 183.63 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 203 | 0.75 | 0.44 | 0 | 0.20 | 215.29 | 0.6 | 0.5 |
| Hex | 32 | 71 | CB | 4B | 2C | 0 | 14 | D7 | 3C | 32 |
| Octal | 62 | 161 | 313 | 113 | 54 | 0 | 24 | 327 | 74 | 62 |
| Binary | 110010 | 1110001 | 11001011 | 1001011 | 101100 | 0 | 10100 | 11010111 | 111100 | 110010 |
Color Harmonies of #3271CB
Complementary color
Monochromatic Colors of #3271CB
Black with #3271CB
Text Example
Text Example
White with #3271CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271CB; }
p { color: rgb(50,113,203); }
H1.HeaderClassName
{
color: #3271CB;
}
.AnyTagClassName
{
color: #3271CB;
}
</style>
background-color css
<style>
a { background-color: #3271CB; }
a { background-color: rgb(50,113,203); }
div.DivClassName
{
background-color: #3271CB;
}
.BgClassName
{
background-color: #3271CB;
}
</style>
border-color css
<style>
span { border-color: #3271CB; }
span { border-color: rgb(50,113,203); }
td.TdClassName
{
border-color: #3271CB;
}
.TagClassName
{
border-color: #3271CB;
}
</style>