Shades of Royal Blue #3967DB
Tints of Royal Blue #3967DB
RGB
CMYK
RGB Variations
Color information
#3967DB (or 0x3967DB) is known color: Royal Blue. HEX triplet: 39, 67 and DB. RGB value is (57,103,219). Sum of RGB (Red+Green+Blue) = 57+103+219=379 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.04% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #3967DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3967DB is #C69824. Grayscale: #656565. Windows color (decimal): -13015077 or 14378809. OLE color: 14378809.
HSL color Cylindrical-coordinate representation of color #3967DB: hue angle of 222.96º 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 #3967DB is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 103 | 219 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.14 |
| HSL | 222.96º | 0.69% | 0.54% | - |
| HSV(B) | 222.96º | 0.74% | 0.86% | - |
| XYZ | 19.32 | 15.68 | 69.03 | - |
| YUV | 102.47 | 193.76 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 219 | 0.74 | 0.53 | 0 | 0.14 | 222.96 | 0.69 | 0.54 |
| Hex | 39 | 67 | DB | 4A | 35 | 0 | E | DF | 45 | 36 |
| Octal | 71 | 147 | 333 | 112 | 65 | 0 | 16 | 337 | 105 | 66 |
| Binary | 111001 | 1100111 | 11011011 | 1001010 | 110101 | 0 | 1110 | 11011111 | 1000101 | 110110 |
Color Harmonies of #3967DB
Complementary color
Monochromatic Colors of #3967DB
Black with #3967DB
Text Example
Text Example
White with #3967DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3967DB; }
p { color: rgb(57,103,219); }
H1.HeaderClassName
{
color: #3967DB;
}
.AnyTagClassName
{
color: #3967DB;
}
</style>
background-color css
<style>
a { background-color: #3967DB; }
a { background-color: rgb(57,103,219); }
div.DivClassName
{
background-color: #3967DB;
}
.BgClassName
{
background-color: #3967DB;
}
</style>
border-color css
<style>
span { border-color: #3967DB; }
span { border-color: rgb(57,103,219); }
td.TdClassName
{
border-color: #3967DB;
}
.TagClassName
{
border-color: #3967DB;
}
</style>