Shades of Royal Blue #3866DA
Tints of Royal Blue #3866DA
RGB
CMYK
RGB Variations
Color information
#3866DA (or 0x3866DA) is known color: Royal Blue. HEX triplet: 38, 66 and DA. RGB value is (56,102,218). Sum of RGB (Red+Green+Blue) = 56+102+218=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #3866DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866DA is #C79925. Grayscale: #646464. Windows color (decimal): -13080870 or 14313016. OLE color: 14313016.
HSL color Cylindrical-coordinate representation of color #3866DA: hue angle of 222.96º 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 #3866DA is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 56 | 102 | 218 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.15 |
| HSL | 222.96º | 0.69% | 0.54% | - |
| HSV(B) | 222.96º | 0.74% | 0.85% | - |
| XYZ | 19.04 | 15.41 | 68.3 | - |
| YUV | 101.47 | 193.76 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 218 | 0.74 | 0.53 | 0 | 0.15 | 222.96 | 0.69 | 0.54 |
| Hex | 38 | 66 | DA | 4A | 35 | 0 | F | DF | 45 | 36 |
| Octal | 70 | 146 | 332 | 112 | 65 | 0 | 17 | 337 | 105 | 66 |
| Binary | 111000 | 1100110 | 11011010 | 1001010 | 110101 | 0 | 1111 | 11011111 | 1000101 | 110110 |
Color Harmonies of #3866DA
Complementary color
Monochromatic Colors of #3866DA
Black with #3866DA
Text Example
Text Example
White with #3866DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3866DA; }
p { color: rgb(56,102,218); }
H1.HeaderClassName
{
color: #3866DA;
}
.AnyTagClassName
{
color: #3866DA;
}
</style>
background-color css
<style>
a { background-color: #3866DA; }
a { background-color: rgb(56,102,218); }
div.DivClassName
{
background-color: #3866DA;
}
.BgClassName
{
background-color: #3866DA;
}
</style>
border-color css
<style>
span { border-color: #3866DA; }
span { border-color: rgb(56,102,218); }
td.TdClassName
{
border-color: #3866DA;
}
.TagClassName
{
border-color: #3866DA;
}
</style>