Shades of Royal Blue #3271CF
Tints of Royal Blue #3271CF
RGB
CMYK
RGB Variations
Color information
#3271CF (or 0x3271CF) is known color: Royal Blue. HEX triplet: 32, 71 and CF. RGB value is (50,113,207). Sum of RGB (Red+Green+Blue) = 50+113+207=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #3271CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3271CF is #CD8E30. Grayscale: #686868. Windows color (decimal): -13471281 or 13594930. OLE color: 13594930.
HSL color Cylindrical-coordinate representation of color #3271CF: hue angle of 215.92º degrees, saturation: 0.62, 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 #3271CF is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 113 | 207 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.19 |
| HSL | 215.92º | 0.62% | 0.5% | - |
| HSV(B) | 215.92º | 0.76% | 0.81% | - |
| XYZ | 18.48 | 16.99 | 61.34 | - |
| YUV | 104.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 207 | 0.76 | 0.45 | 0 | 0.19 | 215.92 | 0.62 | 0.5 |
| Hex | 32 | 71 | CF | 4C | 2D | 0 | 13 | D8 | 3E | 32 |
| Octal | 62 | 161 | 317 | 114 | 55 | 0 | 23 | 330 | 76 | 62 |
| Binary | 110010 | 1110001 | 11001111 | 1001100 | 101101 | 0 | 10011 | 11011000 | 111110 | 110010 |
Color Harmonies of #3271CF
Complementary color
Monochromatic Colors of #3271CF
Black with #3271CF
Text Example
Text Example
White with #3271CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3271CF; }
p { color: rgb(50,113,207); }
H1.HeaderClassName
{
color: #3271CF;
}
.AnyTagClassName
{
color: #3271CF;
}
</style>
background-color css
<style>
a { background-color: #3271CF; }
a { background-color: rgb(50,113,207); }
div.DivClassName
{
background-color: #3271CF;
}
.BgClassName
{
background-color: #3271CF;
}
</style>
border-color css
<style>
span { border-color: #3271CF; }
span { border-color: rgb(50,113,207); }
td.TdClassName
{
border-color: #3271CF;
}
.TagClassName
{
border-color: #3271CF;
}
</style>