Shades of Royal Blue #3884DF
Tints of Royal Blue #3884DF
RGB
CMYK
RGB Variations
Color information
#3884DF (or 0x3884DF) is known color: Royal Blue. HEX triplet: 38, 84 and DF. RGB value is (56,132,223). Sum of RGB (Red+Green+Blue) = 56+132+223=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #3884DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3884DF is #C77B20. Grayscale: #777777. Windows color (decimal): -13073185 or 14648376. OLE color: 14648376.
HSL color Cylindrical-coordinate representation of color #3884DF: hue angle of 212.69º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3884DF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 132 | 223 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.13 |
| HSL | 212.69º | 0.72% | 0.55% | - |
| HSV(B) | 212.69º | 0.75% | 0.87% | - |
| XYZ | 23.2 | 22.67 | 72.97 | - |
| YUV | 119.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 223 | 0.75 | 0.41 | 0 | 0.13 | 212.69 | 0.72 | 0.55 |
| Hex | 38 | 84 | DF | 4B | 29 | 0 | D | D5 | 48 | 37 |
| Octal | 70 | 204 | 337 | 113 | 51 | 0 | 15 | 325 | 110 | 67 |
| Binary | 111000 | 10000100 | 11011111 | 1001011 | 101001 | 0 | 1101 | 11010101 | 1001000 | 110111 |
Color Harmonies of #3884DF
Complementary color
Monochromatic Colors of #3884DF
Black with #3884DF
Text Example
Text Example
White with #3884DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3884DF; }
p { color: rgb(56,132,223); }
H1.HeaderClassName
{
color: #3884DF;
}
.AnyTagClassName
{
color: #3884DF;
}
</style>
background-color css
<style>
a { background-color: #3884DF; }
a { background-color: rgb(56,132,223); }
div.DivClassName
{
background-color: #3884DF;
}
.BgClassName
{
background-color: #3884DF;
}
</style>
border-color css
<style>
span { border-color: #3884DF; }
span { border-color: rgb(56,132,223); }
td.TdClassName
{
border-color: #3884DF;
}
.TagClassName
{
border-color: #3884DF;
}
</style>