Shades of Royal Blue #3856DA
Tints of Royal Blue #3856DA
RGB
CMYK
RGB Variations
Color information
#3856DA (or 0x3856DA) is known color: Royal Blue. HEX triplet: 38, 56 and DA. RGB value is (56,86,218). Sum of RGB (Red+Green+Blue) = 56+86+218=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #3856DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3856DA is #C7A925. Grayscale: #5B5B5B. Windows color (decimal): -13084966 or 14308920. OLE color: 14308920.
HSL color Cylindrical-coordinate representation of color #3856DA: hue angle of 228.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3856DA is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 86 | 218 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.15 |
| HSL | 228.89º | 0.69% | 0.54% | - |
| HSV(B) | 228.89º | 0.74% | 0.85% | - |
| XYZ | 17.61 | 12.56 | 67.83 | - |
| YUV | 92.08 | 199.06 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 86 | 218 | 0.74 | 0.61 | 0 | 0.15 | 228.89 | 0.69 | 0.54 |
| Hex | 38 | 56 | DA | 4A | 3D | 0 | F | E5 | 45 | 36 |
| Octal | 70 | 126 | 332 | 112 | 75 | 0 | 17 | 345 | 105 | 66 |
| Binary | 111000 | 1010110 | 11011010 | 1001010 | 111101 | 0 | 1111 | 11100101 | 1000101 | 110110 |
Color Harmonies of #3856DA
Complementary color
Monochromatic Colors of #3856DA
Black with #3856DA
Text Example
Text Example
White with #3856DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3856DA; }
p { color: rgb(56,86,218); }
H1.HeaderClassName
{
color: #3856DA;
}
.AnyTagClassName
{
color: #3856DA;
}
</style>
background-color css
<style>
a { background-color: #3856DA; }
a { background-color: rgb(56,86,218); }
div.DivClassName
{
background-color: #3856DA;
}
.BgClassName
{
background-color: #3856DA;
}
</style>
border-color css
<style>
span { border-color: #3856DA; }
span { border-color: rgb(56,86,218); }
td.TdClassName
{
border-color: #3856DA;
}
.TagClassName
{
border-color: #3856DA;
}
</style>