Shades of Royal Blue #3875DC
Tints of Royal Blue #3875DC
RGB
CMYK
RGB Variations
Color information
#3875DC (or 0x3875DC) is known color: Royal Blue. HEX triplet: 38, 75 and DC. RGB value is (56,117,220). Sum of RGB (Red+Green+Blue) = 56+117+220=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #3875DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3875DC is #C78A23. Grayscale: #6E6E6E. Windows color (decimal): -13077028 or 14447928. OLE color: 14447928.
HSL color Cylindrical-coordinate representation of color #3875DC: hue angle of 217.68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3875DC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 117 | 220 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.14 |
| HSL | 217.68º | 0.7% | 0.54% | - |
| HSV(B) | 217.68º | 0.75% | 0.86% | - |
| XYZ | 20.91 | 18.73 | 70.22 | - |
| YUV | 110.5 | 189.79 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 220 | 0.75 | 0.47 | 0 | 0.14 | 217.68 | 0.7 | 0.54 |
| Hex | 38 | 75 | DC | 4B | 2F | 0 | E | DA | 46 | 36 |
| Octal | 70 | 165 | 334 | 113 | 57 | 0 | 16 | 332 | 106 | 66 |
| Binary | 111000 | 1110101 | 11011100 | 1001011 | 101111 | 0 | 1110 | 11011010 | 1000110 | 110110 |
Color Harmonies of #3875DC
Complementary color
Monochromatic Colors of #3875DC
Black with #3875DC
Text Example
Text Example
White with #3875DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3875DC; }
p { color: rgb(56,117,220); }
H1.HeaderClassName
{
color: #3875DC;
}
.AnyTagClassName
{
color: #3875DC;
}
</style>
background-color css
<style>
a { background-color: #3875DC; }
a { background-color: rgb(56,117,220); }
div.DivClassName
{
background-color: #3875DC;
}
.BgClassName
{
background-color: #3875DC;
}
</style>
border-color css
<style>
span { border-color: #3875DC; }
span { border-color: rgb(56,117,220); }
td.TdClassName
{
border-color: #3875DC;
}
.TagClassName
{
border-color: #3875DC;
}
</style>