Shades of Royal Blue #3868FB
Tints of Royal Blue #3868FB
RGB
CMYK
RGB Variations
Color information
#3868FB (or 0x3868FB) is known color: Royal Blue. HEX triplet: 38, 68 and FB. RGB value is (56,104,251). Sum of RGB (Red+Green+Blue) = 56+104+251=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #3868FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3868FB is #C79704. Grayscale: #696969. Windows color (decimal): -13080325 or 16476216. OLE color: 16476216.
HSL color Cylindrical-coordinate representation of color #3868FB: hue angle of 225.23º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3868FB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 104 | 251 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.02 |
| HSL | 225.23º | 0.96% | 0.6% | - |
| HSV(B) | 225.23º | 0.78% | 0.98% | - |
| XYZ | 23.99 | 17.71 | 93.42 | - |
| YUV | 106.41 | 209.6 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 104 | 251 | 0.78 | 0.59 | 0 | 0.02 | 225.23 | 0.96 | 0.6 |
| Hex | 38 | 68 | FB | 4E | 3B | 0 | 2 | E1 | 60 | 3C |
| Octal | 70 | 150 | 373 | 116 | 73 | 0 | 2 | 341 | 140 | 74 |
| Binary | 111000 | 1101000 | 11111011 | 1001110 | 111011 | 0 | 10 | 11100001 | 1100000 | 111100 |
Color Harmonies of #3868FB
Complementary color
Monochromatic Colors of #3868FB
Black with #3868FB
Text Example
Text Example
White with #3868FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3868FB; }
p { color: rgb(56,104,251); }
H1.HeaderClassName
{
color: #3868FB;
}
.AnyTagClassName
{
color: #3868FB;
}
</style>
background-color css
<style>
a { background-color: #3868FB; }
a { background-color: rgb(56,104,251); }
div.DivClassName
{
background-color: #3868FB;
}
.BgClassName
{
background-color: #3868FB;
}
</style>
border-color css
<style>
span { border-color: #3868FB; }
span { border-color: rgb(56,104,251); }
td.TdClassName
{
border-color: #3868FB;
}
.TagClassName
{
border-color: #3868FB;
}
</style>