Shades of Royal Blue #3363F8
Tints of Royal Blue #3363F8
RGB
CMYK
RGB Variations
Color information
#3363F8 (or 0x3363F8) is known color: Royal Blue. HEX triplet: 33, 63 and F8. RGB value is (51,99,248). Sum of RGB (Red+Green+Blue) = 51+99+248=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #3363F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3363F8 is #CC9C07. Grayscale: #646464. Windows color (decimal): -13409288 or 16278323. OLE color: 16278323.
HSL color Cylindrical-coordinate representation of color #3363F8: hue angle of 225.38º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3363F8 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 99 | 248 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.03 |
| HSL | 225.38º | 0.93% | 0.59% | - |
| HSV(B) | 225.38º | 0.79% | 0.97% | - |
| XYZ | 22.77 | 16.4 | 90.77 | - |
| YUV | 101.63 | 210.6 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 248 | 0.79 | 0.60 | 0 | 0.03 | 225.38 | 0.93 | 0.59 |
| Hex | 33 | 63 | F8 | 4F | 3C | 0 | 3 | E1 | 5D | 3B |
| Octal | 63 | 143 | 370 | 117 | 74 | 0 | 3 | 341 | 135 | 73 |
| Binary | 110011 | 1100011 | 11111000 | 1001111 | 111100 | 0 | 11 | 11100001 | 1011101 | 111011 |
Color Harmonies of #3363F8
Complementary color
Monochromatic Colors of #3363F8
Black with #3363F8
Text Example
Text Example
White with #3363F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363F8; }
p { color: rgb(51,99,248); }
H1.HeaderClassName
{
color: #3363F8;
}
.AnyTagClassName
{
color: #3363F8;
}
</style>
background-color css
<style>
a { background-color: #3363F8; }
a { background-color: rgb(51,99,248); }
div.DivClassName
{
background-color: #3363F8;
}
.BgClassName
{
background-color: #3363F8;
}
</style>
border-color css
<style>
span { border-color: #3363F8; }
span { border-color: rgb(51,99,248); }
td.TdClassName
{
border-color: #3363F8;
}
.TagClassName
{
border-color: #3363F8;
}
</style>