Shades of Royal Blue #3457DB
Tints of Royal Blue #3457DB
RGB
CMYK
RGB Variations
Color information
#3457DB (or 0x3457DB) is known color: Royal Blue. HEX triplet: 34, 57 and DB. RGB value is (52,87,219). Sum of RGB (Red+Green+Blue) = 52+87+219=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #3457DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3457DB is #CBA824. Grayscale: #5B5B5B. Windows color (decimal): -13346853 or 14374708. OLE color: 14374708.
HSL color Cylindrical-coordinate representation of color #3457DB: hue angle of 227.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3457DB is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 87 | 219 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.14 |
| HSL | 227.43º | 0.7% | 0.53% | - |
| HSV(B) | 227.43º | 0.76% | 0.86% | - |
| XYZ | 17.61 | 12.66 | 68.53 | - |
| YUV | 91.58 | 199.9 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 219 | 0.76 | 0.60 | 0 | 0.14 | 227.43 | 0.7 | 0.53 |
| Hex | 34 | 57 | DB | 4C | 3C | 0 | E | E3 | 46 | 35 |
| Octal | 64 | 127 | 333 | 114 | 74 | 0 | 16 | 343 | 106 | 65 |
| Binary | 110100 | 1010111 | 11011011 | 1001100 | 111100 | 0 | 1110 | 11100011 | 1000110 | 110101 |
Color Harmonies of #3457DB
Complementary color
Monochromatic Colors of #3457DB
Black with #3457DB
Text Example
Text Example
White with #3457DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3457DB; }
p { color: rgb(52,87,219); }
H1.HeaderClassName
{
color: #3457DB;
}
.AnyTagClassName
{
color: #3457DB;
}
</style>
background-color css
<style>
a { background-color: #3457DB; }
a { background-color: rgb(52,87,219); }
div.DivClassName
{
background-color: #3457DB;
}
.BgClassName
{
background-color: #3457DB;
}
</style>
border-color css
<style>
span { border-color: #3457DB; }
span { border-color: rgb(52,87,219); }
td.TdClassName
{
border-color: #3457DB;
}
.TagClassName
{
border-color: #3457DB;
}
</style>