Shades of Royal Blue #3B5FE5
Tints of Royal Blue #3B5FE5
RGB
CMYK
RGB Variations
Color information
#3B5FE5 (or 0x3B5FE5) is known color: Royal Blue. HEX triplet: 3B, 5F and E5. RGB value is (59,95,229). Sum of RGB (Red+Green+Blue) = 59+95+229=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #3B5FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5FE5 is #C4A01A. Grayscale: #626262. Windows color (decimal): -12886043 or 15032123. OLE color: 15032123.
HSL color Cylindrical-coordinate representation of color #3B5FE5: hue angle of 227.29º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B5FE5 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 95 | 229 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.10 |
| HSL | 227.29º | 0.77% | 0.56% | - |
| HSV(B) | 227.29º | 0.74% | 0.9% | - |
| XYZ | 20.04 | 14.77 | 75.92 | - |
| YUV | 99.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 95 | 229 | 0.74 | 0.59 | 0 | 0.10 | 227.29 | 0.77 | 0.56 |
| Hex | 3B | 5F | E5 | 4A | 3B | 0 | A | E3 | 4D | 38 |
| Octal | 73 | 137 | 345 | 112 | 73 | 0 | 12 | 343 | 115 | 70 |
| Binary | 111011 | 1011111 | 11100101 | 1001010 | 111011 | 0 | 1010 | 11100011 | 1001101 | 111000 |
Color Harmonies of #3B5FE5
Complementary color
Monochromatic Colors of #3B5FE5
Black with #3B5FE5
Text Example
Text Example
White with #3B5FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5FE5; }
p { color: rgb(59,95,229); }
H1.HeaderClassName
{
color: #3B5FE5;
}
.AnyTagClassName
{
color: #3B5FE5;
}
</style>
background-color css
<style>
a { background-color: #3B5FE5; }
a { background-color: rgb(59,95,229); }
div.DivClassName
{
background-color: #3B5FE5;
}
.BgClassName
{
background-color: #3B5FE5;
}
</style>
border-color css
<style>
span { border-color: #3B5FE5; }
span { border-color: rgb(59,95,229); }
td.TdClassName
{
border-color: #3B5FE5;
}
.TagClassName
{
border-color: #3B5FE5;
}
</style>