Shades of Royal Blue #3855DF
Tints of Royal Blue #3855DF
RGB
CMYK
RGB Variations
Color information
#3855DF (or 0x3855DF) is known color: Royal Blue. HEX triplet: 38, 55 and DF. RGB value is (56,85,223). Sum of RGB (Red+Green+Blue) = 56+85+223=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #3855DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855DF is #C7AA20. Grayscale: #5B5B5B. Windows color (decimal): -13085217 or 14636344. OLE color: 14636344.
HSL color Cylindrical-coordinate representation of color #3855DF: hue angle of 229.58º 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 #3855DF is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 85 | 223 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.13 |
| HSL | 229.58º | 0.72% | 0.55% | - |
| HSV(B) | 229.58º | 0.75% | 0.87% | - |
| XYZ | 18.2 | 12.67 | 71.3 | - |
| YUV | 92.06 | 201.89 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 223 | 0.75 | 0.62 | 0 | 0.13 | 229.58 | 0.72 | 0.55 |
| Hex | 38 | 55 | DF | 4B | 3E | 0 | D | E6 | 48 | 37 |
| Octal | 70 | 125 | 337 | 113 | 76 | 0 | 15 | 346 | 110 | 67 |
| Binary | 111000 | 1010101 | 11011111 | 1001011 | 111110 | 0 | 1101 | 11100110 | 1001000 | 110111 |
Color Harmonies of #3855DF
Complementary color
Monochromatic Colors of #3855DF
Black with #3855DF
Text Example
Text Example
White with #3855DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3855DF; }
p { color: rgb(56,85,223); }
H1.HeaderClassName
{
color: #3855DF;
}
.AnyTagClassName
{
color: #3855DF;
}
</style>
background-color css
<style>
a { background-color: #3855DF; }
a { background-color: rgb(56,85,223); }
div.DivClassName
{
background-color: #3855DF;
}
.BgClassName
{
background-color: #3855DF;
}
</style>
border-color css
<style>
span { border-color: #3855DF; }
span { border-color: rgb(56,85,223); }
td.TdClassName
{
border-color: #3855DF;
}
.TagClassName
{
border-color: #3855DF;
}
</style>