Shades of Royal Blue #3376DB
Tints of Royal Blue #3376DB
RGB
CMYK
RGB Variations
Color information
#3376DB (or 0x3376DB) is known color: Royal Blue. HEX triplet: 33, 76 and DB. RGB value is (51,118,219). Sum of RGB (Red+Green+Blue) = 51+118+219=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3376DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376DB is #CC8924. Grayscale: #6D6D6D. Windows color (decimal): -13404453 or 14382643. OLE color: 14382643.
HSL color Cylindrical-coordinate representation of color #3376DB: hue angle of 216.07º 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 #3376DB is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 118 | 219 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.14 |
| HSL | 216.07º | 0.7% | 0.53% | - |
| HSV(B) | 216.07º | 0.77% | 0.86% | - |
| XYZ | 20.63 | 18.78 | 69.55 | - |
| YUV | 109.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 219 | 0.77 | 0.46 | 0 | 0.14 | 216.07 | 0.7 | 0.53 |
| Hex | 33 | 76 | DB | 4D | 2E | 0 | E | D8 | 46 | 35 |
| Octal | 63 | 166 | 333 | 115 | 56 | 0 | 16 | 330 | 106 | 65 |
| Binary | 110011 | 1110110 | 11011011 | 1001101 | 101110 | 0 | 1110 | 11011000 | 1000110 | 110101 |
Color Harmonies of #3376DB
Complementary color
Monochromatic Colors of #3376DB
Black with #3376DB
Text Example
Text Example
White with #3376DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376DB; }
p { color: rgb(51,118,219); }
H1.HeaderClassName
{
color: #3376DB;
}
.AnyTagClassName
{
color: #3376DB;
}
</style>
background-color css
<style>
a { background-color: #3376DB; }
a { background-color: rgb(51,118,219); }
div.DivClassName
{
background-color: #3376DB;
}
.BgClassName
{
background-color: #3376DB;
}
</style>
border-color css
<style>
span { border-color: #3376DB; }
span { border-color: rgb(51,118,219); }
td.TdClassName
{
border-color: #3376DB;
}
.TagClassName
{
border-color: #3376DB;
}
</style>