Shades of Royal Blue #3875DB
Tints of Royal Blue #3875DB
RGB
CMYK
RGB Variations
Color information
#3875DB (or 0x3875DB) is known color: Royal Blue. HEX triplet: 38, 75 and DB. RGB value is (56,117,219). Sum of RGB (Red+Green+Blue) = 56+117+219=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #3875DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875DB is #C78A24. Grayscale: #6D6D6D. Windows color (decimal): -13077029 or 14382392. OLE color: 14382392.
HSL color Cylindrical-coordinate representation of color #3875DB: hue angle of 217.55º 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 #3875DB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 117 | 219 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.14 |
| HSL | 217.55º | 0.69% | 0.54% | - |
| HSV(B) | 217.55º | 0.74% | 0.86% | - |
| XYZ | 20.78 | 18.68 | 69.53 | - |
| YUV | 110.39 | 189.29 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 219 | 0.74 | 0.47 | 0 | 0.14 | 217.55 | 0.69 | 0.54 |
| Hex | 38 | 75 | DB | 4A | 2F | 0 | E | DA | 45 | 36 |
| Octal | 70 | 165 | 333 | 112 | 57 | 0 | 16 | 332 | 105 | 66 |
| Binary | 111000 | 1110101 | 11011011 | 1001010 | 101111 | 0 | 1110 | 11011010 | 1000101 | 110110 |
Color Harmonies of #3875DB
Complementary color
Monochromatic Colors of #3875DB
Black with #3875DB
Text Example
Text Example
White with #3875DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3875DB; }
p { color: rgb(56,117,219); }
H1.HeaderClassName
{
color: #3875DB;
}
.AnyTagClassName
{
color: #3875DB;
}
</style>
background-color css
<style>
a { background-color: #3875DB; }
a { background-color: rgb(56,117,219); }
div.DivClassName
{
background-color: #3875DB;
}
.BgClassName
{
background-color: #3875DB;
}
</style>
border-color css
<style>
span { border-color: #3875DB; }
span { border-color: rgb(56,117,219); }
td.TdClassName
{
border-color: #3875DB;
}
.TagClassName
{
border-color: #3875DB;
}
</style>