Shades of Royal Blue #3B5FE8
Tints of Royal Blue #3B5FE8
RGB
CMYK
RGB Variations
Color information
#3B5FE8 (or 0x3B5FE8) is known color: Royal Blue. HEX triplet: 3B, 5F and E8. RGB value is (59,95,232). Sum of RGB (Red+Green+Blue) = 59+95+232=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #3B5FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5FE8 is #C4A017. Grayscale: #636363. Windows color (decimal): -12886040 or 15228731. OLE color: 15228731.
HSL color Cylindrical-coordinate representation of color #3B5FE8: hue angle of 227.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B5FE8 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 95 | 232 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.09 |
| HSL | 227.51º | 0.79% | 0.57% | - |
| HSV(B) | 227.51º | 0.75% | 0.91% | - |
| XYZ | 20.46 | 14.94 | 78.15 | - |
| YUV | 99.85 | 202.57 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 95 | 232 | 0.75 | 0.59 | 0 | 0.09 | 227.51 | 0.79 | 0.57 |
| Hex | 3B | 5F | E8 | 4B | 3B | 0 | 9 | E4 | 4F | 39 |
| Octal | 73 | 137 | 350 | 113 | 73 | 0 | 11 | 344 | 117 | 71 |
| Binary | 111011 | 1011111 | 11101000 | 1001011 | 111011 | 0 | 1001 | 11100100 | 1001111 | 111001 |
Color Harmonies of #3B5FE8
Complementary color
Monochromatic Colors of #3B5FE8
Black with #3B5FE8
Text Example
Text Example
White with #3B5FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5FE8; }
p { color: rgb(59,95,232); }
H1.HeaderClassName
{
color: #3B5FE8;
}
.AnyTagClassName
{
color: #3B5FE8;
}
</style>
background-color css
<style>
a { background-color: #3B5FE8; }
a { background-color: rgb(59,95,232); }
div.DivClassName
{
background-color: #3B5FE8;
}
.BgClassName
{
background-color: #3B5FE8;
}
</style>
border-color css
<style>
span { border-color: #3B5FE8; }
span { border-color: rgb(59,95,232); }
td.TdClassName
{
border-color: #3B5FE8;
}
.TagClassName
{
border-color: #3B5FE8;
}
</style>