Shades of Royal Blue #3360DD
Tints of Royal Blue #3360DD
RGB
CMYK
RGB Variations
Color information
#3360DD (or 0x3360DD) is known color: Royal Blue. HEX triplet: 33, 60 and DD. RGB value is (51,96,221). Sum of RGB (Red+Green+Blue) = 51+96+221=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #3360DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360DD is #CC9F22. Grayscale: #606060. Windows color (decimal): -13410083 or 14508083. OLE color: 14508083.
HSL color Cylindrical-coordinate representation of color #3360DD: hue angle of 224.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3360DD is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 96 | 221 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.13 |
| HSL | 224.12º | 0.71% | 0.53% | - |
| HSV(B) | 224.12º | 0.77% | 0.87% | - |
| XYZ | 18.6 | 14.29 | 70.18 | - |
| YUV | 96.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 221 | 0.77 | 0.57 | 0 | 0.13 | 224.12 | 0.71 | 0.53 |
| Hex | 33 | 60 | DD | 4D | 39 | 0 | D | E0 | 47 | 35 |
| Octal | 63 | 140 | 335 | 115 | 71 | 0 | 15 | 340 | 107 | 65 |
| Binary | 110011 | 1100000 | 11011101 | 1001101 | 111001 | 0 | 1101 | 11100000 | 1000111 | 110101 |
Color Harmonies of #3360DD
Complementary color
Monochromatic Colors of #3360DD
Black with #3360DD
Text Example
Text Example
White with #3360DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3360DD; }
p { color: rgb(51,96,221); }
H1.HeaderClassName
{
color: #3360DD;
}
.AnyTagClassName
{
color: #3360DD;
}
</style>
background-color css
<style>
a { background-color: #3360DD; }
a { background-color: rgb(51,96,221); }
div.DivClassName
{
background-color: #3360DD;
}
.BgClassName
{
background-color: #3360DD;
}
</style>
border-color css
<style>
span { border-color: #3360DD; }
span { border-color: rgb(51,96,221); }
td.TdClassName
{
border-color: #3360DD;
}
.TagClassName
{
border-color: #3360DD;
}
</style>