Shades of Royal Blue #3273CF
Tints of Royal Blue #3273CF
RGB
CMYK
RGB Variations
Color information
#3273CF (or 0x3273CF) is known color: Royal Blue. HEX triplet: 32, 73 and CF. RGB value is (50,115,207). Sum of RGB (Red+Green+Blue) = 50+115+207=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #3273CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273CF is #CD8C30. Grayscale: #696969. Windows color (decimal): -13470769 or 13595442. OLE color: 13595442.
HSL color Cylindrical-coordinate representation of color #3273CF: hue angle of 215.16º 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 #3273CF is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 115 | 207 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.19 |
| HSL | 215.16º | 0.62% | 0.5% | - |
| HSV(B) | 215.16º | 0.76% | 0.81% | - |
| XYZ | 18.71 | 17.44 | 61.41 | - |
| YUV | 106.05 | 184.97 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 207 | 0.76 | 0.44 | 0 | 0.19 | 215.16 | 0.62 | 0.5 |
| Hex | 32 | 73 | CF | 4C | 2C | 0 | 13 | D7 | 3E | 32 |
| Octal | 62 | 163 | 317 | 114 | 54 | 0 | 23 | 327 | 76 | 62 |
| Binary | 110010 | 1110011 | 11001111 | 1001100 | 101100 | 0 | 10011 | 11010111 | 111110 | 110010 |
Color Harmonies of #3273CF
Complementary color
Monochromatic Colors of #3273CF
Black with #3273CF
Text Example
Text Example
White with #3273CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3273CF; }
p { color: rgb(50,115,207); }
H1.HeaderClassName
{
color: #3273CF;
}
.AnyTagClassName
{
color: #3273CF;
}
</style>
background-color css
<style>
a { background-color: #3273CF; }
a { background-color: rgb(50,115,207); }
div.DivClassName
{
background-color: #3273CF;
}
.BgClassName
{
background-color: #3273CF;
}
</style>
border-color css
<style>
span { border-color: #3273CF; }
span { border-color: rgb(50,115,207); }
td.TdClassName
{
border-color: #3273CF;
}
.TagClassName
{
border-color: #3273CF;
}
</style>