Shades of Royal Blue #3360FF
Tints of Royal Blue #3360FF
RGB
CMYK
RGB Variations
Color information
#3360FF (or 0x3360FF) is known color: Royal Blue. HEX triplet: 33, 60 and FF. RGB value is (51,96,255). Sum of RGB (Red+Green+Blue) = 51+96+255=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #3360FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3360FF is #CC9F00. Grayscale: #636363. Windows color (decimal): -13410049 or 16736307. OLE color: 16736307.
HSL color Cylindrical-coordinate representation of color #3360FF: hue angle of 226.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3360FF is Cyan = 0.8, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 96 | 255 | - |
| CMYK | 0.8 | 0.62 | 0 | 0 |
| HSL | 226.76º | 1% | 0.6% | - |
| HSV(B) | 226.76º | 0.8% | 1% | - |
| XYZ | 23.6 | 16.29 | 96.51 | - |
| YUV | 100.67 | 215.09 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 255 | 0.8 | 0.62 | 0 | 0 | 226.76 | 1 | 0.6 |
| Hex | 33 | 60 | FF | 50 | 3E | 0 | 0 | E3 | 64 | 3C |
| Octal | 63 | 140 | 377 | 120 | 76 | 0 | 0 | 343 | 144 | 74 |
| Binary | 110011 | 1100000 | 11111111 | 1010000 | 111110 | 0 | 0 | 11100011 | 1100100 | 111100 |
Color Harmonies of #3360FF
Complementary color
Monochromatic Colors of #3360FF
Black with #3360FF
Text Example
Text Example
White with #3360FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3360FF; }
p { color: rgb(51,96,255); }
H1.HeaderClassName
{
color: #3360FF;
}
.AnyTagClassName
{
color: #3360FF;
}
</style>
background-color css
<style>
a { background-color: #3360FF; }
a { background-color: rgb(51,96,255); }
div.DivClassName
{
background-color: #3360FF;
}
.BgClassName
{
background-color: #3360FF;
}
</style>
border-color css
<style>
span { border-color: #3360FF; }
span { border-color: rgb(51,96,255); }
td.TdClassName
{
border-color: #3360FF;
}
.TagClassName
{
border-color: #3360FF;
}
</style>