Shades of Royal Blue #3378DA
Tints of Royal Blue #3378DA
RGB
CMYK
RGB Variations
Color information
#3378DA (or 0x3378DA) is known color: Royal Blue. HEX triplet: 33, 78 and DA. RGB value is (51,120,218). Sum of RGB (Red+Green+Blue) = 51+120+218=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #3378DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378DA is #CC8725. Grayscale: #6E6E6E. Windows color (decimal): -13403942 or 14317619. OLE color: 14317619.
HSL color Cylindrical-coordinate representation of color #3378DA: hue angle of 215.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3378DA is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 120 | 218 | - |
| CMYK | 0.77 | 0.45 | 0 | 0.15 |
| HSL | 215.21º | 0.69% | 0.53% | - |
| HSV(B) | 215.21º | 0.77% | 0.85% | - |
| XYZ | 20.74 | 19.2 | 68.94 | - |
| YUV | 110.54 | 188.64 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 218 | 0.77 | 0.45 | 0 | 0.15 | 215.21 | 0.69 | 0.53 |
| Hex | 33 | 78 | DA | 4D | 2D | 0 | F | D7 | 45 | 35 |
| Octal | 63 | 170 | 332 | 115 | 55 | 0 | 17 | 327 | 105 | 65 |
| Binary | 110011 | 1111000 | 11011010 | 1001101 | 101101 | 0 | 1111 | 11010111 | 1000101 | 110101 |
Color Harmonies of #3378DA
Complementary color
Monochromatic Colors of #3378DA
Black with #3378DA
Text Example
Text Example
White with #3378DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3378DA; }
p { color: rgb(51,120,218); }
H1.HeaderClassName
{
color: #3378DA;
}
.AnyTagClassName
{
color: #3378DA;
}
</style>
background-color css
<style>
a { background-color: #3378DA; }
a { background-color: rgb(51,120,218); }
div.DivClassName
{
background-color: #3378DA;
}
.BgClassName
{
background-color: #3378DA;
}
</style>
border-color css
<style>
span { border-color: #3378DA; }
span { border-color: rgb(51,120,218); }
td.TdClassName
{
border-color: #3378DA;
}
.TagClassName
{
border-color: #3378DA;
}
</style>