Shades of Royal Blue #3866CF
Tints of Royal Blue #3866CF
RGB
CMYK
RGB Variations
Color information
#3866CF (or 0x3866CF) is known color: Royal Blue. HEX triplet: 38, 66 and CF. RGB value is (56,102,207). Sum of RGB (Red+Green+Blue) = 56+102+207=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #3866CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3866CF is #C79930. Grayscale: #636363. Windows color (decimal): -13080881 or 13592120. OLE color: 13592120.
HSL color Cylindrical-coordinate representation of color #3866CF: hue angle of 221.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3866CF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 102 | 207 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.19 |
| HSL | 221.72º | 0.61% | 0.52% | - |
| HSV(B) | 221.72º | 0.73% | 0.81% | - |
| XYZ | 17.64 | 14.85 | 60.97 | - |
| YUV | 100.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 102 | 207 | 0.73 | 0.51 | 0 | 0.19 | 221.72 | 0.61 | 0.52 |
| Hex | 38 | 66 | CF | 49 | 33 | 0 | 13 | DE | 3D | 34 |
| Octal | 70 | 146 | 317 | 111 | 63 | 0 | 23 | 336 | 75 | 64 |
| Binary | 111000 | 1100110 | 11001111 | 1001001 | 110011 | 0 | 10011 | 11011110 | 111101 | 110100 |
Color Harmonies of #3866CF
Complementary color
Monochromatic Colors of #3866CF
Black with #3866CF
Text Example
Text Example
White with #3866CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3866CF; }
p { color: rgb(56,102,207); }
H1.HeaderClassName
{
color: #3866CF;
}
.AnyTagClassName
{
color: #3866CF;
}
</style>
background-color css
<style>
a { background-color: #3866CF; }
a { background-color: rgb(56,102,207); }
div.DivClassName
{
background-color: #3866CF;
}
.BgClassName
{
background-color: #3866CF;
}
</style>
border-color css
<style>
span { border-color: #3866CF; }
span { border-color: rgb(56,102,207); }
td.TdClassName
{
border-color: #3866CF;
}
.TagClassName
{
border-color: #3866CF;
}
</style>