Shades of Royal Blue #3370DA
Tints of Royal Blue #3370DA
RGB
CMYK
RGB Variations
Color information
#3370DA (or 0x3370DA) is known color: Royal Blue. HEX triplet: 33, 70 and DA. RGB value is (51,112,218). Sum of RGB (Red+Green+Blue) = 51+112+218=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #3370DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370DA is #CC8F25. Grayscale: #696969. Windows color (decimal): -13405990 or 14315571. OLE color: 14315571.
HSL color Cylindrical-coordinate representation of color #3370DA: hue angle of 218.08º 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 #3370DA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 112 | 218 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.15 |
| HSL | 218.08º | 0.69% | 0.53% | - |
| HSV(B) | 218.08º | 0.77% | 0.85% | - |
| XYZ | 19.81 | 17.35 | 68.64 | - |
| YUV | 105.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 218 | 0.77 | 0.49 | 0 | 0.15 | 218.08 | 0.69 | 0.53 |
| Hex | 33 | 70 | DA | 4D | 31 | 0 | F | DA | 45 | 35 |
| Octal | 63 | 160 | 332 | 115 | 61 | 0 | 17 | 332 | 105 | 65 |
| Binary | 110011 | 1110000 | 11011010 | 1001101 | 110001 | 0 | 1111 | 11011010 | 1000101 | 110101 |
Color Harmonies of #3370DA
Complementary color
Monochromatic Colors of #3370DA
Black with #3370DA
Text Example
Text Example
White with #3370DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3370DA; }
p { color: rgb(51,112,218); }
H1.HeaderClassName
{
color: #3370DA;
}
.AnyTagClassName
{
color: #3370DA;
}
</style>
background-color css
<style>
a { background-color: #3370DA; }
a { background-color: rgb(51,112,218); }
div.DivClassName
{
background-color: #3370DA;
}
.BgClassName
{
background-color: #3370DA;
}
</style>
border-color css
<style>
span { border-color: #3370DA; }
span { border-color: rgb(51,112,218); }
td.TdClassName
{
border-color: #3370DA;
}
.TagClassName
{
border-color: #3370DA;
}
</style>