Shades of Royal Blue #3874DA
Tints of Royal Blue #3874DA
RGB
CMYK
RGB Variations
Color information
#3874DA (or 0x3874DA) is known color: Royal Blue. HEX triplet: 38, 74 and DA. RGB value is (56,116,218). Sum of RGB (Red+Green+Blue) = 56+116+218=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #3874DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3874DA is #C78B25. Grayscale: #6D6D6D. Windows color (decimal): -13077286 or 14316600. OLE color: 14316600.
HSL color Cylindrical-coordinate representation of color #3874DA: hue angle of 217.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3874DA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 116 | 218 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.15 |
| HSL | 217.78º | 0.69% | 0.54% | - |
| HSV(B) | 217.78º | 0.74% | 0.85% | - |
| XYZ | 20.53 | 18.39 | 68.8 | - |
| YUV | 109.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 218 | 0.74 | 0.47 | 0 | 0.15 | 217.78 | 0.69 | 0.54 |
| Hex | 38 | 74 | DA | 4A | 2F | 0 | F | DA | 45 | 36 |
| Octal | 70 | 164 | 332 | 112 | 57 | 0 | 17 | 332 | 105 | 66 |
| Binary | 111000 | 1110100 | 11011010 | 1001010 | 101111 | 0 | 1111 | 11011010 | 1000101 | 110110 |
Color Harmonies of #3874DA
Complementary color
Monochromatic Colors of #3874DA
Black with #3874DA
Text Example
Text Example
White with #3874DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3874DA; }
p { color: rgb(56,116,218); }
H1.HeaderClassName
{
color: #3874DA;
}
.AnyTagClassName
{
color: #3874DA;
}
</style>
background-color css
<style>
a { background-color: #3874DA; }
a { background-color: rgb(56,116,218); }
div.DivClassName
{
background-color: #3874DA;
}
.BgClassName
{
background-color: #3874DA;
}
</style>
border-color css
<style>
span { border-color: #3874DA; }
span { border-color: rgb(56,116,218); }
td.TdClassName
{
border-color: #3874DA;
}
.TagClassName
{
border-color: #3874DA;
}
</style>