Shades of Royal Blue #3362DD
Tints of Royal Blue #3362DD
RGB
CMYK
RGB Variations
Color information
#3362DD (or 0x3362DD) is known color: Royal Blue. HEX triplet: 33, 62 and DD. RGB value is (51,98,221). Sum of RGB (Red+Green+Blue) = 51+98+221=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #3362DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3362DD is #CC9D22. Grayscale: #616161. Windows color (decimal): -13409571 or 14508595. OLE color: 14508595.
HSL color Cylindrical-coordinate representation of color #3362DD: hue angle of 223.41º 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 #3362DD is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 98 | 221 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.13 |
| HSL | 223.41º | 0.71% | 0.53% | - |
| HSV(B) | 223.41º | 0.77% | 0.87% | - |
| XYZ | 18.78 | 14.66 | 70.25 | - |
| YUV | 97.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 98 | 221 | 0.77 | 0.56 | 0 | 0.13 | 223.41 | 0.71 | 0.53 |
| Hex | 33 | 62 | DD | 4D | 38 | 0 | D | DF | 47 | 35 |
| Octal | 63 | 142 | 335 | 115 | 70 | 0 | 15 | 337 | 107 | 65 |
| Binary | 110011 | 1100010 | 11011101 | 1001101 | 111000 | 0 | 1101 | 11011111 | 1000111 | 110101 |
Color Harmonies of #3362DD
Complementary color
Monochromatic Colors of #3362DD
Black with #3362DD
Text Example
Text Example
White with #3362DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3362DD; }
p { color: rgb(51,98,221); }
H1.HeaderClassName
{
color: #3362DD;
}
.AnyTagClassName
{
color: #3362DD;
}
</style>
background-color css
<style>
a { background-color: #3362DD; }
a { background-color: rgb(51,98,221); }
div.DivClassName
{
background-color: #3362DD;
}
.BgClassName
{
background-color: #3362DD;
}
</style>
border-color css
<style>
span { border-color: #3362DD; }
span { border-color: rgb(51,98,221); }
td.TdClassName
{
border-color: #3362DD;
}
.TagClassName
{
border-color: #3362DD;
}
</style>