Shades of Royal Blue #3F6BDB
Tints of Royal Blue #3F6BDB
RGB
CMYK
RGB Variations
Color information
#3F6BDB (or 0x3F6BDB) is known color: Royal Blue. HEX triplet: 3F, 6B and DB. RGB value is (63,107,219). Sum of RGB (Red+Green+Blue) = 63+107+219=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6BDB is #C09424. Grayscale: #6A6A6A. Windows color (decimal): -12620837 or 14379839. OLE color: 14379839.
HSL color Cylindrical-coordinate representation of color #3F6BDB: hue angle of 223.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F6BDB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 107 | 219 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.14 |
| HSL | 223.08º | 0.68% | 0.55% | - |
| HSV(B) | 223.08º | 0.71% | 0.86% | - |
| XYZ | 20.09 | 16.69 | 69.18 | - |
| YUV | 106.61 | 191.42 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 107 | 219 | 0.71 | 0.51 | 0 | 0.14 | 223.08 | 0.68 | 0.55 |
| Hex | 3F | 6B | DB | 47 | 33 | 0 | E | DF | 44 | 37 |
| Octal | 77 | 153 | 333 | 107 | 63 | 0 | 16 | 337 | 104 | 67 |
| Binary | 111111 | 1101011 | 11011011 | 1000111 | 110011 | 0 | 1110 | 11011111 | 1000100 | 110111 |
Color Harmonies of #3F6BDB
Complementary color
Monochromatic Colors of #3F6BDB
Black with #3F6BDB
Text Example
Text Example
White with #3F6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6BDB; }
p { color: rgb(63,107,219); }
H1.HeaderClassName
{
color: #3F6BDB;
}
.AnyTagClassName
{
color: #3F6BDB;
}
</style>
background-color css
<style>
a { background-color: #3F6BDB; }
a { background-color: rgb(63,107,219); }
div.DivClassName
{
background-color: #3F6BDB;
}
.BgClassName
{
background-color: #3F6BDB;
}
</style>
border-color css
<style>
span { border-color: #3F6BDB; }
span { border-color: rgb(63,107,219); }
td.TdClassName
{
border-color: #3F6BDB;
}
.TagClassName
{
border-color: #3F6BDB;
}
</style>