Shades of Royal Blue #3874DB
Tints of Royal Blue #3874DB
RGB
CMYK
RGB Variations
Color information
#3874DB (or 0x3874DB) is known color: Royal Blue. HEX triplet: 38, 74 and DB. RGB value is (56,116,219). Sum of RGB (Red+Green+Blue) = 56+116+219=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #3874DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874DB is #C78B24. Grayscale: #6D6D6D. Windows color (decimal): -13077285 or 14382136. OLE color: 14382136.
HSL color Cylindrical-coordinate representation of color #3874DB: hue angle of 217.91º 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 #3874DB is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 116 | 219 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.14 |
| HSL | 217.91º | 0.69% | 0.54% | - |
| HSV(B) | 217.91º | 0.74% | 0.86% | - |
| XYZ | 20.66 | 18.45 | 69.49 | - |
| YUV | 109.8 | 189.62 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 219 | 0.74 | 0.47 | 0 | 0.14 | 217.91 | 0.69 | 0.54 |
| Hex | 38 | 74 | DB | 4A | 2F | 0 | E | DA | 45 | 36 |
| Octal | 70 | 164 | 333 | 112 | 57 | 0 | 16 | 332 | 105 | 66 |
| Binary | 111000 | 1110100 | 11011011 | 1001010 | 101111 | 0 | 1110 | 11011010 | 1000101 | 110110 |
Color Harmonies of #3874DB
Complementary color
Monochromatic Colors of #3874DB
Black with #3874DB
Text Example
Text Example
White with #3874DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3874DB; }
p { color: rgb(56,116,219); }
H1.HeaderClassName
{
color: #3874DB;
}
.AnyTagClassName
{
color: #3874DB;
}
</style>
background-color css
<style>
a { background-color: #3874DB; }
a { background-color: rgb(56,116,219); }
div.DivClassName
{
background-color: #3874DB;
}
.BgClassName
{
background-color: #3874DB;
}
</style>
border-color css
<style>
span { border-color: #3874DB; }
span { border-color: rgb(56,116,219); }
td.TdClassName
{
border-color: #3874DB;
}
.TagClassName
{
border-color: #3874DB;
}
</style>