Shades of Royal Blue #3885DF
Tints of Royal Blue #3885DF
RGB
CMYK
RGB Variations
Color information
#3885DF (or 0x3885DF) is known color: Royal Blue. HEX triplet: 38, 85 and DF. RGB value is (56,133,223). Sum of RGB (Red+Green+Blue) = 56+133+223=412 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.59% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #3885DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885DF is #C77A20. Grayscale: #777777. Windows color (decimal): -13072929 or 14648632. OLE color: 14648632.
HSL color Cylindrical-coordinate representation of color #3885DF: hue angle of 212.34º 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 #3885DF is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 133 | 223 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.13 |
| HSL | 212.34º | 0.72% | 0.55% | - |
| HSV(B) | 212.34º | 0.75% | 0.87% | - |
| XYZ | 23.34 | 22.94 | 73.01 | - |
| YUV | 120.24 | 185.99 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 133 | 223 | 0.75 | 0.40 | 0 | 0.13 | 212.34 | 0.72 | 0.55 |
| Hex | 38 | 85 | DF | 4B | 28 | 0 | D | D4 | 48 | 37 |
| Octal | 70 | 205 | 337 | 113 | 50 | 0 | 15 | 324 | 110 | 67 |
| Binary | 111000 | 10000101 | 11011111 | 1001011 | 101000 | 0 | 1101 | 11010100 | 1001000 | 110111 |
Color Harmonies of #3885DF
Complementary color
Monochromatic Colors of #3885DF
Black with #3885DF
Text Example
Text Example
White with #3885DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3885DF; }
p { color: rgb(56,133,223); }
H1.HeaderClassName
{
color: #3885DF;
}
.AnyTagClassName
{
color: #3885DF;
}
</style>
background-color css
<style>
a { background-color: #3885DF; }
a { background-color: rgb(56,133,223); }
div.DivClassName
{
background-color: #3885DF;
}
.BgClassName
{
background-color: #3885DF;
}
</style>
border-color css
<style>
span { border-color: #3885DF; }
span { border-color: rgb(56,133,223); }
td.TdClassName
{
border-color: #3885DF;
}
.TagClassName
{
border-color: #3885DF;
}
</style>