Shades of Royal Blue #3354DB
Tints of Royal Blue #3354DB
RGB
CMYK
RGB Variations
Color information
#3354DB (or 0x3354DB) is known color: Royal Blue. HEX triplet: 33, 54 and DB. RGB value is (51,84,219). Sum of RGB (Red+Green+Blue) = 51+84+219=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #3354DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354DB is #CCAB24. Grayscale: #585858. Windows color (decimal): -13413157 or 14373939. OLE color: 14373939.
HSL color Cylindrical-coordinate representation of color #3354DB: hue angle of 228.21º degrees, saturation: 0.7, 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 #3354DB is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 84 | 219 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.14 |
| HSL | 228.21º | 0.7% | 0.53% | - |
| HSV(B) | 228.21º | 0.77% | 0.86% | - |
| XYZ | 17.32 | 12.16 | 68.45 | - |
| YUV | 89.52 | 201.07 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 219 | 0.77 | 0.62 | 0 | 0.14 | 228.21 | 0.7 | 0.53 |
| Hex | 33 | 54 | DB | 4D | 3E | 0 | E | E4 | 46 | 35 |
| Octal | 63 | 124 | 333 | 115 | 76 | 0 | 16 | 344 | 106 | 65 |
| Binary | 110011 | 1010100 | 11011011 | 1001101 | 111110 | 0 | 1110 | 11100100 | 1000110 | 110101 |
Color Harmonies of #3354DB
Complementary color
Monochromatic Colors of #3354DB
Black with #3354DB
Text Example
Text Example
White with #3354DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3354DB; }
p { color: rgb(51,84,219); }
H1.HeaderClassName
{
color: #3354DB;
}
.AnyTagClassName
{
color: #3354DB;
}
</style>
background-color css
<style>
a { background-color: #3354DB; }
a { background-color: rgb(51,84,219); }
div.DivClassName
{
background-color: #3354DB;
}
.BgClassName
{
background-color: #3354DB;
}
</style>
border-color css
<style>
span { border-color: #3354DB; }
span { border-color: rgb(51,84,219); }
td.TdClassName
{
border-color: #3354DB;
}
.TagClassName
{
border-color: #3354DB;
}
</style>