Shades of Royal Blue #3378DD
Tints of Royal Blue #3378DD
RGB
CMYK
RGB Variations
Color information
#3378DD (or 0x3378DD) is known color: Royal Blue. HEX triplet: 33, 78 and DD. RGB value is (51,120,221). Sum of RGB (Red+Green+Blue) = 51+120+221=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #3378DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378DD is #CC8722. Grayscale: #6E6E6E. Windows color (decimal): -13403939 or 14514227. OLE color: 14514227.
HSL color Cylindrical-coordinate representation of color #3378DD: hue angle of 215.65º 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 #3378DD is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 120 | 221 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.13 |
| HSL | 215.65º | 0.71% | 0.53% | - |
| HSV(B) | 215.65º | 0.77% | 0.87% | - |
| XYZ | 21.13 | 19.36 | 71.03 | - |
| YUV | 110.88 | 190.14 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 221 | 0.77 | 0.46 | 0 | 0.13 | 215.65 | 0.71 | 0.53 |
| Hex | 33 | 78 | DD | 4D | 2E | 0 | D | D8 | 47 | 35 |
| Octal | 63 | 170 | 335 | 115 | 56 | 0 | 15 | 330 | 107 | 65 |
| Binary | 110011 | 1111000 | 11011101 | 1001101 | 101110 | 0 | 1101 | 11011000 | 1000111 | 110101 |
Color Harmonies of #3378DD
Complementary color
Monochromatic Colors of #3378DD
Black with #3378DD
Text Example
Text Example
White with #3378DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3378DD; }
p { color: rgb(51,120,221); }
H1.HeaderClassName
{
color: #3378DD;
}
.AnyTagClassName
{
color: #3378DD;
}
</style>
background-color css
<style>
a { background-color: #3378DD; }
a { background-color: rgb(51,120,221); }
div.DivClassName
{
background-color: #3378DD;
}
.BgClassName
{
background-color: #3378DD;
}
</style>
border-color css
<style>
span { border-color: #3378DD; }
span { border-color: rgb(51,120,221); }
td.TdClassName
{
border-color: #3378DD;
}
.TagClassName
{
border-color: #3378DD;
}
</style>