Shades of Royal Blue #3376DC
Tints of Royal Blue #3376DC
RGB
CMYK
RGB Variations
Color information
#3376DC (or 0x3376DC) is known color: Royal Blue. HEX triplet: 33, 76 and DC. RGB value is (51,118,220). Sum of RGB (Red+Green+Blue) = 51+118+220=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #3376DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376DC is #CC8923. Grayscale: #6D6D6D. Windows color (decimal): -13404452 or 14448179. OLE color: 14448179.
HSL color Cylindrical-coordinate representation of color #3376DC: hue angle of 216.21º degrees, saturation: 0.71, 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 #3376DC is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 118 | 220 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.14 |
| HSL | 216.21º | 0.71% | 0.53% | - |
| HSV(B) | 216.21º | 0.77% | 0.86% | - |
| XYZ | 20.76 | 18.83 | 70.25 | - |
| YUV | 109.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 220 | 0.77 | 0.46 | 0 | 0.14 | 216.21 | 0.71 | 0.53 |
| Hex | 33 | 76 | DC | 4D | 2E | 0 | E | D8 | 47 | 35 |
| Octal | 63 | 166 | 334 | 115 | 56 | 0 | 16 | 330 | 107 | 65 |
| Binary | 110011 | 1110110 | 11011100 | 1001101 | 101110 | 0 | 1110 | 11011000 | 1000111 | 110101 |
Color Harmonies of #3376DC
Complementary color
Monochromatic Colors of #3376DC
Black with #3376DC
Text Example
Text Example
White with #3376DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376DC; }
p { color: rgb(51,118,220); }
H1.HeaderClassName
{
color: #3376DC;
}
.AnyTagClassName
{
color: #3376DC;
}
</style>
background-color css
<style>
a { background-color: #3376DC; }
a { background-color: rgb(51,118,220); }
div.DivClassName
{
background-color: #3376DC;
}
.BgClassName
{
background-color: #3376DC;
}
</style>
border-color css
<style>
span { border-color: #3376DC; }
span { border-color: rgb(51,118,220); }
td.TdClassName
{
border-color: #3376DC;
}
.TagClassName
{
border-color: #3376DC;
}
</style>