Shades of Royal Blue #3855DC
Tints of Royal Blue #3855DC
RGB
CMYK
RGB Variations
Color information
#3855DC (or 0x3855DC) is known color: Royal Blue. HEX triplet: 38, 55 and DC. RGB value is (56,85,220). Sum of RGB (Red+Green+Blue) = 56+85+220=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #3855DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3855DC is #C7AA23. Grayscale: #5B5B5B. Windows color (decimal): -13085220 or 14439736. OLE color: 14439736.
HSL color Cylindrical-coordinate representation of color #3855DC: hue angle of 229.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3855DC is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 85 | 220 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.14 |
| HSL | 229.39º | 0.7% | 0.54% | - |
| HSV(B) | 229.39º | 0.75% | 0.86% | - |
| XYZ | 17.8 | 12.51 | 69.19 | - |
| YUV | 91.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 85 | 220 | 0.75 | 0.61 | 0 | 0.14 | 229.39 | 0.7 | 0.54 |
| Hex | 38 | 55 | DC | 4B | 3D | 0 | E | E5 | 46 | 36 |
| Octal | 70 | 125 | 334 | 113 | 75 | 0 | 16 | 345 | 106 | 66 |
| Binary | 111000 | 1010101 | 11011100 | 1001011 | 111101 | 0 | 1110 | 11100101 | 1000110 | 110110 |
Color Harmonies of #3855DC
Complementary color
Monochromatic Colors of #3855DC
Black with #3855DC
Text Example
Text Example
White with #3855DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3855DC; }
p { color: rgb(56,85,220); }
H1.HeaderClassName
{
color: #3855DC;
}
.AnyTagClassName
{
color: #3855DC;
}
</style>
background-color css
<style>
a { background-color: #3855DC; }
a { background-color: rgb(56,85,220); }
div.DivClassName
{
background-color: #3855DC;
}
.BgClassName
{
background-color: #3855DC;
}
</style>
border-color css
<style>
span { border-color: #3855DC; }
span { border-color: rgb(56,85,220); }
td.TdClassName
{
border-color: #3855DC;
}
.TagClassName
{
border-color: #3855DC;
}
</style>