Shades of Royal Blue #3975DB
Tints of Royal Blue #3975DB
RGB
CMYK
RGB Variations
Color information
#3975DB (or 0x3975DB) is known color: Royal Blue. HEX triplet: 39, 75 and DB. RGB value is (57,117,219). Sum of RGB (Red+Green+Blue) = 57+117+219=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #3975DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3975DB is #C68A24. Grayscale: #6E6E6E. Windows color (decimal): -13011493 or 14382393. OLE color: 14382393.
HSL color Cylindrical-coordinate representation of color #3975DB: hue angle of 217.78º 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 #3975DB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 117 | 219 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.14 |
| HSL | 217.78º | 0.69% | 0.54% | - |
| HSV(B) | 217.78º | 0.74% | 0.86% | - |
| XYZ | 20.83 | 18.71 | 69.53 | - |
| YUV | 110.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 219 | 0.74 | 0.47 | 0 | 0.14 | 217.78 | 0.69 | 0.54 |
| Hex | 39 | 75 | DB | 4A | 2F | 0 | E | DA | 45 | 36 |
| Octal | 71 | 165 | 333 | 112 | 57 | 0 | 16 | 332 | 105 | 66 |
| Binary | 111001 | 1110101 | 11011011 | 1001010 | 101111 | 0 | 1110 | 11011010 | 1000101 | 110110 |
Color Harmonies of #3975DB
Complementary color
Monochromatic Colors of #3975DB
Black with #3975DB
Text Example
Text Example
White with #3975DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3975DB; }
p { color: rgb(57,117,219); }
H1.HeaderClassName
{
color: #3975DB;
}
.AnyTagClassName
{
color: #3975DB;
}
</style>
background-color css
<style>
a { background-color: #3975DB; }
a { background-color: rgb(57,117,219); }
div.DivClassName
{
background-color: #3975DB;
}
.BgClassName
{
background-color: #3975DB;
}
</style>
border-color css
<style>
span { border-color: #3975DB; }
span { border-color: rgb(57,117,219); }
td.TdClassName
{
border-color: #3975DB;
}
.TagClassName
{
border-color: #3975DB;
}
</style>