Shades of Royal Blue #3858DF
Tints of Royal Blue #3858DF
RGB
CMYK
RGB Variations
Color information
#3858DF (or 0x3858DF) is known color: Royal Blue. HEX triplet: 38, 58 and DF. RGB value is (56,88,223). Sum of RGB (Red+Green+Blue) = 56+88+223=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #3858DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3858DF is #C7A720. Grayscale: #5D5D5D. Windows color (decimal): -13084449 or 14637112. OLE color: 14637112.
HSL color Cylindrical-coordinate representation of color #3858DF: hue angle of 228.5º 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 #3858DF is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 88 | 223 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.13 |
| HSL | 228.5º | 0.72% | 0.55% | - |
| HSV(B) | 228.5º | 0.75% | 0.87% | - |
| XYZ | 18.44 | 13.15 | 71.38 | - |
| YUV | 93.82 | 200.9 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 88 | 223 | 0.75 | 0.61 | 0 | 0.13 | 228.5 | 0.72 | 0.55 |
| Hex | 38 | 58 | DF | 4B | 3D | 0 | D | E5 | 48 | 37 |
| Octal | 70 | 130 | 337 | 113 | 75 | 0 | 15 | 345 | 110 | 67 |
| Binary | 111000 | 1011000 | 11011111 | 1001011 | 111101 | 0 | 1101 | 11100101 | 1001000 | 110111 |
Color Harmonies of #3858DF
Complementary color
Monochromatic Colors of #3858DF
Black with #3858DF
Text Example
Text Example
White with #3858DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3858DF; }
p { color: rgb(56,88,223); }
H1.HeaderClassName
{
color: #3858DF;
}
.AnyTagClassName
{
color: #3858DF;
}
</style>
background-color css
<style>
a { background-color: #3858DF; }
a { background-color: rgb(56,88,223); }
div.DivClassName
{
background-color: #3858DF;
}
.BgClassName
{
background-color: #3858DF;
}
</style>
border-color css
<style>
span { border-color: #3858DF; }
span { border-color: rgb(56,88,223); }
td.TdClassName
{
border-color: #3858DF;
}
.TagClassName
{
border-color: #3858DF;
}
</style>