Shades of Royal Blue #3B5EDE
Tints of Royal Blue #3B5EDE
RGB
CMYK
RGB Variations
Color information
#3B5EDE (or 0x3B5EDE) is known color: Royal Blue. HEX triplet: 3B, 5E and DE. RGB value is (59,94,222). Sum of RGB (Red+Green+Blue) = 59+94+222=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B5EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5EDE is #C4A121. Grayscale: #616161. Windows color (decimal): -12886306 or 14573115. OLE color: 14573115.
HSL color Cylindrical-coordinate representation of color #3B5EDE: hue angle of 227.12º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5EDE is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 94 | 222 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.13 |
| HSL | 227.12º | 0.71% | 0.55% | - |
| HSV(B) | 227.12º | 0.73% | 0.87% | - |
| XYZ | 18.99 | 14.21 | 70.85 | - |
| YUV | 98.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 94 | 222 | 0.73 | 0.58 | 0 | 0.13 | 227.12 | 0.71 | 0.55 |
| Hex | 3B | 5E | DE | 49 | 3A | 0 | D | E3 | 47 | 37 |
| Octal | 73 | 136 | 336 | 111 | 72 | 0 | 15 | 343 | 107 | 67 |
| Binary | 111011 | 1011110 | 11011110 | 1001001 | 111010 | 0 | 1101 | 11100011 | 1000111 | 110111 |
Color Harmonies of #3B5EDE
Complementary color
Monochromatic Colors of #3B5EDE
Black with #3B5EDE
Text Example
Text Example
White with #3B5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5EDE; }
p { color: rgb(59,94,222); }
H1.HeaderClassName
{
color: #3B5EDE;
}
.AnyTagClassName
{
color: #3B5EDE;
}
</style>
background-color css
<style>
a { background-color: #3B5EDE; }
a { background-color: rgb(59,94,222); }
div.DivClassName
{
background-color: #3B5EDE;
}
.BgClassName
{
background-color: #3B5EDE;
}
</style>
border-color css
<style>
span { border-color: #3B5EDE; }
span { border-color: rgb(59,94,222); }
td.TdClassName
{
border-color: #3B5EDE;
}
.TagClassName
{
border-color: #3B5EDE;
}
</style>