Shades of Royal Blue #3273FD
Tints of Royal Blue #3273FD
RGB
CMYK
RGB Variations
Color information
#3273FD (or 0x3273FD) is known color: Royal Blue. HEX triplet: 32, 73 and FD. RGB value is (50,115,253). Sum of RGB (Red+Green+Blue) = 50+115+253=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #3273FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3273FD is #CD8C02. Grayscale: #6E6E6E. Windows color (decimal): -13470723 or 16610098. OLE color: 16610098.
HSL color Cylindrical-coordinate representation of color #3273FD: hue angle of 220.79º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3273FD is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 115 | 253 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.01 |
| HSL | 220.79º | 0.98% | 0.59% | - |
| HSV(B) | 220.79º | 0.8% | 0.99% | - |
| XYZ | 25.18 | 20.03 | 95.47 | - |
| YUV | 111.3 | 207.97 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 253 | 0.80 | 0.55 | 0 | 0.01 | 220.79 | 0.98 | 0.59 |
| Hex | 32 | 73 | FD | 50 | 37 | 0 | 1 | DD | 62 | 3B |
| Octal | 62 | 163 | 375 | 120 | 67 | 0 | 1 | 335 | 142 | 73 |
| Binary | 110010 | 1110011 | 11111101 | 1010000 | 110111 | 0 | 1 | 11011101 | 1100010 | 111011 |
Color Harmonies of #3273FD
Complementary color
Monochromatic Colors of #3273FD
Black with #3273FD
Text Example
Text Example
White with #3273FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3273FD; }
p { color: rgb(50,115,253); }
H1.HeaderClassName
{
color: #3273FD;
}
.AnyTagClassName
{
color: #3273FD;
}
</style>
background-color css
<style>
a { background-color: #3273FD; }
a { background-color: rgb(50,115,253); }
div.DivClassName
{
background-color: #3273FD;
}
.BgClassName
{
background-color: #3273FD;
}
</style>
border-color css
<style>
span { border-color: #3273FD; }
span { border-color: rgb(50,115,253); }
td.TdClassName
{
border-color: #3273FD;
}
.TagClassName
{
border-color: #3273FD;
}
</style>