Shades of Royal Blue #3850DF
Tints of Royal Blue #3850DF
RGB
CMYK
RGB Variations
Color information
#3850DF (or 0x3850DF) is known color: Royal Blue. HEX triplet: 38, 50 and DF. RGB value is (56,80,223). Sum of RGB (Red+Green+Blue) = 56+80+223=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #3850DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3850DF is #C7AF20. Grayscale: #585858. Windows color (decimal): -13086497 or 14635064. OLE color: 14635064.
HSL color Cylindrical-coordinate representation of color #3850DF: hue angle of 231.38º 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 #3850DF is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 80 | 223 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.13 |
| HSL | 231.38º | 0.72% | 0.55% | - |
| HSV(B) | 231.38º | 0.75% | 0.87% | - |
| XYZ | 17.82 | 11.91 | 71.17 | - |
| YUV | 89.13 | 203.55 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 223 | 0.75 | 0.64 | 0 | 0.13 | 231.38 | 0.72 | 0.55 |
| Hex | 38 | 50 | DF | 4B | 40 | 0 | D | E7 | 48 | 37 |
| Octal | 70 | 120 | 337 | 113 | 100 | 0 | 15 | 347 | 110 | 67 |
| Binary | 111000 | 1010000 | 11011111 | 1001011 | 1000000 | 0 | 1101 | 11100111 | 1001000 | 110111 |
Color Harmonies of #3850DF
Complementary color
Monochromatic Colors of #3850DF
Black with #3850DF
Text Example
Text Example
White with #3850DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3850DF; }
p { color: rgb(56,80,223); }
H1.HeaderClassName
{
color: #3850DF;
}
.AnyTagClassName
{
color: #3850DF;
}
</style>
background-color css
<style>
a { background-color: #3850DF; }
a { background-color: rgb(56,80,223); }
div.DivClassName
{
background-color: #3850DF;
}
.BgClassName
{
background-color: #3850DF;
}
</style>
border-color css
<style>
span { border-color: #3850DF; }
span { border-color: rgb(56,80,223); }
td.TdClassName
{
border-color: #3850DF;
}
.TagClassName
{
border-color: #3850DF;
}
</style>