Shades of Royal Blue #3360FA
Tints of Royal Blue #3360FA
RGB
CMYK
RGB Variations
Color information
#3360FA (or 0x3360FA) is known color: Royal Blue. HEX triplet: 33, 60 and FA. RGB value is (51,96,250). Sum of RGB (Red+Green+Blue) = 51+96+250=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #3360FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3360FA is #CC9F05. Grayscale: #636363. Windows color (decimal): -13410054 or 16408627. OLE color: 16408627.
HSL color Cylindrical-coordinate representation of color #3360FA: hue angle of 226.43º degrees, saturation: 0.95, 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 #3360FA is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 96 | 250 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.02 |
| HSL | 226.43º | 0.95% | 0.59% | - |
| HSV(B) | 226.43º | 0.8% | 0.98% | - |
| XYZ | 22.8 | 15.97 | 92.32 | - |
| YUV | 100.1 | 212.59 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 250 | 0.80 | 0.62 | 0 | 0.02 | 226.43 | 0.95 | 0.59 |
| Hex | 33 | 60 | FA | 50 | 3E | 0 | 2 | E2 | 5F | 3B |
| Octal | 63 | 140 | 372 | 120 | 76 | 0 | 2 | 342 | 137 | 73 |
| Binary | 110011 | 1100000 | 11111010 | 1010000 | 111110 | 0 | 10 | 11100010 | 1011111 | 111011 |
Color Harmonies of #3360FA
Complementary color
Monochromatic Colors of #3360FA
Black with #3360FA
Text Example
Text Example
White with #3360FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3360FA; }
p { color: rgb(51,96,250); }
H1.HeaderClassName
{
color: #3360FA;
}
.AnyTagClassName
{
color: #3360FA;
}
</style>
background-color css
<style>
a { background-color: #3360FA; }
a { background-color: rgb(51,96,250); }
div.DivClassName
{
background-color: #3360FA;
}
.BgClassName
{
background-color: #3360FA;
}
</style>
border-color css
<style>
span { border-color: #3360FA; }
span { border-color: rgb(51,96,250); }
td.TdClassName
{
border-color: #3360FA;
}
.TagClassName
{
border-color: #3360FA;
}
</style>