Shades of Royal Blue #3361DB
Tints of Royal Blue #3361DB
RGB
CMYK
RGB Variations
Color information
#3361DB (or 0x3361DB) is known color: Royal Blue. HEX triplet: 33, 61 and DB. RGB value is (51,97,219). Sum of RGB (Red+Green+Blue) = 51+97+219=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #3361DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3361DB is #CC9E24. Grayscale: #606060. Windows color (decimal): -13409829 or 14377267. OLE color: 14377267.
HSL color Cylindrical-coordinate representation of color #3361DB: hue angle of 223.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3361DB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 97 | 219 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.14 |
| HSL | 223.57º | 0.7% | 0.53% | - |
| HSV(B) | 223.57º | 0.77% | 0.86% | - |
| XYZ | 18.43 | 14.37 | 68.82 | - |
| YUV | 97.15 | 196.76 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 97 | 219 | 0.77 | 0.56 | 0 | 0.14 | 223.57 | 0.7 | 0.53 |
| Hex | 33 | 61 | DB | 4D | 38 | 0 | E | E0 | 46 | 35 |
| Octal | 63 | 141 | 333 | 115 | 70 | 0 | 16 | 340 | 106 | 65 |
| Binary | 110011 | 1100001 | 11011011 | 1001101 | 111000 | 0 | 1110 | 11100000 | 1000110 | 110101 |
Color Harmonies of #3361DB
Complementary color
Monochromatic Colors of #3361DB
Black with #3361DB
Text Example
Text Example
White with #3361DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3361DB; }
p { color: rgb(51,97,219); }
H1.HeaderClassName
{
color: #3361DB;
}
.AnyTagClassName
{
color: #3361DB;
}
</style>
background-color css
<style>
a { background-color: #3361DB; }
a { background-color: rgb(51,97,219); }
div.DivClassName
{
background-color: #3361DB;
}
.BgClassName
{
background-color: #3361DB;
}
</style>
border-color css
<style>
span { border-color: #3361DB; }
span { border-color: rgb(51,97,219); }
td.TdClassName
{
border-color: #3361DB;
}
.TagClassName
{
border-color: #3361DB;
}
</style>