Shades of Royal Blue #3656DB
Tints of Royal Blue #3656DB
RGB
CMYK
RGB Variations
Color information
#3656DB (or 0x3656DB) is known color: Royal Blue. HEX triplet: 36, 56 and DB. RGB value is (54,86,219). Sum of RGB (Red+Green+Blue) = 54+86+219=359 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.04% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #3656DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3656DB is #C9A924. Grayscale: #5B5B5B. Windows color (decimal): -13216037 or 14374454. OLE color: 14374454.
HSL color Cylindrical-coordinate representation of color #3656DB: hue angle of 228.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3656DB is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 86 | 219 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.14 |
| HSL | 228.36º | 0.7% | 0.54% | - |
| HSV(B) | 228.36º | 0.75% | 0.86% | - |
| XYZ | 17.64 | 12.55 | 68.51 | - |
| YUV | 91.59 | 199.9 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 219 | 0.75 | 0.61 | 0 | 0.14 | 228.36 | 0.7 | 0.54 |
| Hex | 36 | 56 | DB | 4B | 3D | 0 | E | E4 | 46 | 36 |
| Octal | 66 | 126 | 333 | 113 | 75 | 0 | 16 | 344 | 106 | 66 |
| Binary | 110110 | 1010110 | 11011011 | 1001011 | 111101 | 0 | 1110 | 11100100 | 1000110 | 110110 |
Color Harmonies of #3656DB
Complementary color
Monochromatic Colors of #3656DB
Black with #3656DB
Text Example
Text Example
White with #3656DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3656DB; }
p { color: rgb(54,86,219); }
H1.HeaderClassName
{
color: #3656DB;
}
.AnyTagClassName
{
color: #3656DB;
}
</style>
background-color css
<style>
a { background-color: #3656DB; }
a { background-color: rgb(54,86,219); }
div.DivClassName
{
background-color: #3656DB;
}
.BgClassName
{
background-color: #3656DB;
}
</style>
border-color css
<style>
span { border-color: #3656DB; }
span { border-color: rgb(54,86,219); }
td.TdClassName
{
border-color: #3656DB;
}
.TagClassName
{
border-color: #3656DB;
}
</style>