Shades of Royal Blue #3966DB
Tints of Royal Blue #3966DB
RGB
CMYK
RGB Variations
Color information
#3966DB (or 0x3966DB) is known color: Royal Blue. HEX triplet: 39, 66 and DB. RGB value is (57,102,219). Sum of RGB (Red+Green+Blue) = 57+102+219=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #3966DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3966DB is #C69924. Grayscale: #656565. Windows color (decimal): -13015333 or 14378553. OLE color: 14378553.
HSL color Cylindrical-coordinate representation of color #3966DB: hue angle of 223.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3966DB is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 102 | 219 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.14 |
| HSL | 223.33º | 0.69% | 0.54% | - |
| HSV(B) | 223.33º | 0.74% | 0.86% | - |
| XYZ | 19.22 | 15.49 | 68.99 | - |
| YUV | 101.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 102 | 219 | 0.74 | 0.53 | 0 | 0.14 | 223.33 | 0.69 | 0.54 |
| Hex | 39 | 66 | DB | 4A | 35 | 0 | E | DF | 45 | 36 |
| Octal | 71 | 146 | 333 | 112 | 65 | 0 | 16 | 337 | 105 | 66 |
| Binary | 111001 | 1100110 | 11011011 | 1001010 | 110101 | 0 | 1110 | 11011111 | 1000101 | 110110 |
Color Harmonies of #3966DB
Complementary color
Monochromatic Colors of #3966DB
Black with #3966DB
Text Example
Text Example
White with #3966DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3966DB; }
p { color: rgb(57,102,219); }
H1.HeaderClassName
{
color: #3966DB;
}
.AnyTagClassName
{
color: #3966DB;
}
</style>
background-color css
<style>
a { background-color: #3966DB; }
a { background-color: rgb(57,102,219); }
div.DivClassName
{
background-color: #3966DB;
}
.BgClassName
{
background-color: #3966DB;
}
</style>
border-color css
<style>
span { border-color: #3966DB; }
span { border-color: rgb(57,102,219); }
td.TdClassName
{
border-color: #3966DB;
}
.TagClassName
{
border-color: #3966DB;
}
</style>