Shades of Royal Blue #3363FC
Tints of Royal Blue #3363FC
RGB
CMYK
RGB Variations
Color information
#3363FC (or 0x3363FC) is known color: Royal Blue. HEX triplet: 33, 63 and FC. RGB value is (51,99,252). Sum of RGB (Red+Green+Blue) = 51+99+252=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #3363FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3363FC is #CC9C03. Grayscale: #656565. Windows color (decimal): -13409284 or 16540467. OLE color: 16540467.
HSL color Cylindrical-coordinate representation of color #3363FC: hue angle of 225.67º degrees, saturation: 0.97, 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 #3363FC is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 99 | 252 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.01 |
| HSL | 225.67º | 0.97% | 0.59% | - |
| HSV(B) | 225.67º | 0.8% | 0.99% | - |
| XYZ | 23.4 | 16.66 | 94.08 | - |
| YUV | 102.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 99 | 252 | 0.80 | 0.61 | 0 | 0.01 | 225.67 | 0.97 | 0.59 |
| Hex | 33 | 63 | FC | 50 | 3D | 0 | 1 | E2 | 61 | 3B |
| Octal | 63 | 143 | 374 | 120 | 75 | 0 | 1 | 342 | 141 | 73 |
| Binary | 110011 | 1100011 | 11111100 | 1010000 | 111101 | 0 | 1 | 11100010 | 1100001 | 111011 |
Color Harmonies of #3363FC
Complementary color
Monochromatic Colors of #3363FC
Black with #3363FC
Text Example
Text Example
White with #3363FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3363FC; }
p { color: rgb(51,99,252); }
H1.HeaderClassName
{
color: #3363FC;
}
.AnyTagClassName
{
color: #3363FC;
}
</style>
background-color css
<style>
a { background-color: #3363FC; }
a { background-color: rgb(51,99,252); }
div.DivClassName
{
background-color: #3363FC;
}
.BgClassName
{
background-color: #3363FC;
}
</style>
border-color css
<style>
span { border-color: #3363FC; }
span { border-color: rgb(51,99,252); }
td.TdClassName
{
border-color: #3363FC;
}
.TagClassName
{
border-color: #3363FC;
}
</style>