Shades of Royal Blue #3961DB
Tints of Royal Blue #3961DB
RGB
CMYK
RGB Variations
Color information
#3961DB (or 0x3961DB) is known color: Royal Blue. HEX triplet: 39, 61 and DB. RGB value is (57,97,219). Sum of RGB (Red+Green+Blue) = 57+97+219=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #3961DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3961DB is #C69E24. Grayscale: #626262. Windows color (decimal): -13016613 or 14377273. OLE color: 14377273.
HSL color Cylindrical-coordinate representation of color #3961DB: hue angle of 225.19º 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 #3961DB is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 97 | 219 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.14 |
| HSL | 225.19º | 0.69% | 0.54% | - |
| HSV(B) | 225.19º | 0.74% | 0.86% | - |
| XYZ | 18.75 | 14.53 | 68.83 | - |
| YUV | 98.95 | 195.75 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 97 | 219 | 0.74 | 0.56 | 0 | 0.14 | 225.19 | 0.69 | 0.54 |
| Hex | 39 | 61 | DB | 4A | 38 | 0 | E | E1 | 45 | 36 |
| Octal | 71 | 141 | 333 | 112 | 70 | 0 | 16 | 341 | 105 | 66 |
| Binary | 111001 | 1100001 | 11011011 | 1001010 | 111000 | 0 | 1110 | 11100001 | 1000101 | 110110 |
Color Harmonies of #3961DB
Complementary color
Monochromatic Colors of #3961DB
Black with #3961DB
Text Example
Text Example
White with #3961DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3961DB; }
p { color: rgb(57,97,219); }
H1.HeaderClassName
{
color: #3961DB;
}
.AnyTagClassName
{
color: #3961DB;
}
</style>
background-color css
<style>
a { background-color: #3961DB; }
a { background-color: rgb(57,97,219); }
div.DivClassName
{
background-color: #3961DB;
}
.BgClassName
{
background-color: #3961DB;
}
</style>
border-color css
<style>
span { border-color: #3961DB; }
span { border-color: rgb(57,97,219); }
td.TdClassName
{
border-color: #3961DB;
}
.TagClassName
{
border-color: #3961DB;
}
</style>