Shades of Royal Blue #3B5FE1
Tints of Royal Blue #3B5FE1
RGB
CMYK
RGB Variations
Color information
#3B5FE1 (or 0x3B5FE1) is known color: Royal Blue. HEX triplet: 3B, 5F and E1. RGB value is (59,95,225). Sum of RGB (Red+Green+Blue) = 59+95+225=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 225 (88.28% from 255 or 59.37% from 379); Max value from RGB is 225 - color contains mainly: blue. Hex color #3B5FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5FE1 is #C4A01E. Grayscale: #626262. Windows color (decimal): -12886047 or 14769979. OLE color: 14769979.
HSL color Cylindrical-coordinate representation of color #3B5FE1: hue angle of 226.99º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B5FE1 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 59 | 95 | 225 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.12 |
| HSL | 226.99º | 0.73% | 0.56% | - |
| HSV(B) | 226.99º | 0.74% | 0.88% | - |
| XYZ | 19.49 | 14.55 | 73.02 | - |
| YUV | 99.06 | 199.07 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 95 | 225 | 0.74 | 0.58 | 0 | 0.12 | 226.99 | 0.73 | 0.56 |
| Hex | 3B | 5F | E1 | 4A | 3A | 0 | C | E3 | 49 | 38 |
| Octal | 73 | 137 | 341 | 112 | 72 | 0 | 14 | 343 | 111 | 70 |
| Binary | 111011 | 1011111 | 11100001 | 1001010 | 111010 | 0 | 1100 | 11100011 | 1001001 | 111000 |
Color Harmonies of #3B5FE1
Complementary color
Monochromatic Colors of #3B5FE1
Black with #3B5FE1
Text Example
Text Example
White with #3B5FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5FE1; }
p { color: rgb(59,95,225); }
H1.HeaderClassName
{
color: #3B5FE1;
}
.AnyTagClassName
{
color: #3B5FE1;
}
</style>
background-color css
<style>
a { background-color: #3B5FE1; }
a { background-color: rgb(59,95,225); }
div.DivClassName
{
background-color: #3B5FE1;
}
.BgClassName
{
background-color: #3B5FE1;
}
</style>
border-color css
<style>
span { border-color: #3B5FE1; }
span { border-color: rgb(59,95,225); }
td.TdClassName
{
border-color: #3B5FE1;
}
.TagClassName
{
border-color: #3B5FE1;
}
</style>