Shades of Royal Blue #3B5EFB
Tints of Royal Blue #3B5EFB
RGB
CMYK
RGB Variations
Color information
#3B5EFB (or 0x3B5EFB) is known color: Royal Blue. HEX triplet: 3B, 5E and FB. RGB value is (59,94,251). Sum of RGB (Red+Green+Blue) = 59+94+251=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B5EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5EFB is #C4A104. Grayscale: #646464. Windows color (decimal): -12886277 or 16473659. OLE color: 16473659.
HSL color Cylindrical-coordinate representation of color #3B5EFB: hue angle of 229.06º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B5EFB is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 94 | 251 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.02 |
| HSL | 229.06º | 0.96% | 0.61% | - |
| HSV(B) | 229.06º | 0.76% | 0.98% | - |
| XYZ | 23.22 | 15.9 | 93.11 | - |
| YUV | 101.43 | 212.4 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 94 | 251 | 0.76 | 0.63 | 0 | 0.02 | 229.06 | 0.96 | 0.61 |
| Hex | 3B | 5E | FB | 4C | 3F | 0 | 2 | E5 | 60 | 3D |
| Octal | 73 | 136 | 373 | 114 | 77 | 0 | 2 | 345 | 140 | 75 |
| Binary | 111011 | 1011110 | 11111011 | 1001100 | 111111 | 0 | 10 | 11100101 | 1100000 | 111101 |
Color Harmonies of #3B5EFB
Complementary color
Monochromatic Colors of #3B5EFB
Black with #3B5EFB
Text Example
Text Example
White with #3B5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5EFB; }
p { color: rgb(59,94,251); }
H1.HeaderClassName
{
color: #3B5EFB;
}
.AnyTagClassName
{
color: #3B5EFB;
}
</style>
background-color css
<style>
a { background-color: #3B5EFB; }
a { background-color: rgb(59,94,251); }
div.DivClassName
{
background-color: #3B5EFB;
}
.BgClassName
{
background-color: #3B5EFB;
}
</style>
border-color css
<style>
span { border-color: #3B5EFB; }
span { border-color: rgb(59,94,251); }
td.TdClassName
{
border-color: #3B5EFB;
}
.TagClassName
{
border-color: #3B5EFB;
}
</style>