Shades of Royal Blue #3373FB
Tints of Royal Blue #3373FB
RGB
CMYK
RGB Variations
Color information
#3373FB (or 0x3373FB) is known color: Royal Blue. HEX triplet: 33, 73 and FB. RGB value is (51,115,251). Sum of RGB (Red+Green+Blue) = 51+115+251=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #3373FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3373FB is #CC8C04. Grayscale: #6E6E6E. Windows color (decimal): -13405189 or 16479027. OLE color: 16479027.
HSL color Cylindrical-coordinate representation of color #3373FB: hue angle of 220.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3373FB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 115 | 251 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.02 |
| HSL | 220.8º | 0.96% | 0.59% | - |
| HSV(B) | 220.8º | 0.8% | 0.98% | - |
| XYZ | 24.91 | 19.93 | 93.8 | - |
| YUV | 111.37 | 206.8 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 251 | 0.80 | 0.54 | 0 | 0.02 | 220.8 | 0.96 | 0.59 |
| Hex | 33 | 73 | FB | 50 | 36 | 0 | 2 | DD | 60 | 3B |
| Octal | 63 | 163 | 373 | 120 | 66 | 0 | 2 | 335 | 140 | 73 |
| Binary | 110011 | 1110011 | 11111011 | 1010000 | 110110 | 0 | 10 | 11011101 | 1100000 | 111011 |
Color Harmonies of #3373FB
Complementary color
Monochromatic Colors of #3373FB
Black with #3373FB
Text Example
Text Example
White with #3373FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3373FB; }
p { color: rgb(51,115,251); }
H1.HeaderClassName
{
color: #3373FB;
}
.AnyTagClassName
{
color: #3373FB;
}
</style>
background-color css
<style>
a { background-color: #3373FB; }
a { background-color: rgb(51,115,251); }
div.DivClassName
{
background-color: #3373FB;
}
.BgClassName
{
background-color: #3373FB;
}
</style>
border-color css
<style>
span { border-color: #3373FB; }
span { border-color: rgb(51,115,251); }
td.TdClassName
{
border-color: #3373FB;
}
.TagClassName
{
border-color: #3373FB;
}
</style>