Shades of Royal Blue #3363FB
Tints of Royal Blue #3363FB
RGB
CMYK
RGB Variations
Color information
#3363FB (or 0x3363FB) is known color: Royal Blue. HEX triplet: 33, 63 and FB. RGB value is (51,99,251). Sum of RGB (Red+Green+Blue) = 51+99+251=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #3363FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3363FB is #CC9C04. Grayscale: #656565. Windows color (decimal): -13409285 or 16474931. OLE color: 16474931.
HSL color Cylindrical-coordinate representation of color #3363FB: hue angle of 225.6º 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 #3363FB is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 99 | 251 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.02 |
| HSL | 225.6º | 0.96% | 0.59% | - |
| HSV(B) | 225.6º | 0.8% | 0.98% | - |
| XYZ | 23.24 | 16.59 | 93.24 | - |
| YUV | 101.98 | 212.1 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 251 | 0.80 | 0.61 | 0 | 0.02 | 225.6 | 0.96 | 0.59 |
| Hex | 33 | 63 | FB | 50 | 3D | 0 | 2 | E2 | 60 | 3B |
| Octal | 63 | 143 | 373 | 120 | 75 | 0 | 2 | 342 | 140 | 73 |
| Binary | 110011 | 1100011 | 11111011 | 1010000 | 111101 | 0 | 10 | 11100010 | 1100000 | 111011 |
Color Harmonies of #3363FB
Complementary color
Monochromatic Colors of #3363FB
Black with #3363FB
Text Example
Text Example
White with #3363FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363FB; }
p { color: rgb(51,99,251); }
H1.HeaderClassName
{
color: #3363FB;
}
.AnyTagClassName
{
color: #3363FB;
}
</style>
background-color css
<style>
a { background-color: #3363FB; }
a { background-color: rgb(51,99,251); }
div.DivClassName
{
background-color: #3363FB;
}
.BgClassName
{
background-color: #3363FB;
}
</style>
border-color css
<style>
span { border-color: #3363FB; }
span { border-color: rgb(51,99,251); }
td.TdClassName
{
border-color: #3363FB;
}
.TagClassName
{
border-color: #3363FB;
}
</style>