Shades of Royal Blue #3959E1
Tints of Royal Blue #3959E1
RGB
CMYK
RGB Variations
Color information
#3959E1 (or 0x3959E1) is known color: Royal Blue. HEX triplet: 39, 59 and E1. RGB value is (57,89,225). Sum of RGB (Red+Green+Blue) = 57+89+225=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #3959E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3959E1 is #C6A61E. Grayscale: #5E5E5E. Windows color (decimal): -13018655 or 14768441. OLE color: 14768441.
HSL color Cylindrical-coordinate representation of color #3959E1: hue angle of 228.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3959E1 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 89 | 225 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.12 |
| HSL | 228.57º | 0.74% | 0.55% | - |
| HSV(B) | 228.57º | 0.75% | 0.88% | - |
| XYZ | 18.85 | 13.45 | 72.84 | - |
| YUV | 94.94 | 201.4 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 89 | 225 | 0.75 | 0.60 | 0 | 0.12 | 228.57 | 0.74 | 0.55 |
| Hex | 39 | 59 | E1 | 4B | 3C | 0 | C | E5 | 4A | 37 |
| Octal | 71 | 131 | 341 | 113 | 74 | 0 | 14 | 345 | 112 | 67 |
| Binary | 111001 | 1011001 | 11100001 | 1001011 | 111100 | 0 | 1100 | 11100101 | 1001010 | 110111 |
Color Harmonies of #3959E1
Complementary color
Monochromatic Colors of #3959E1
Black with #3959E1
Text Example
Text Example
White with #3959E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3959E1; }
p { color: rgb(57,89,225); }
H1.HeaderClassName
{
color: #3959E1;
}
.AnyTagClassName
{
color: #3959E1;
}
</style>
background-color css
<style>
a { background-color: #3959E1; }
a { background-color: rgb(57,89,225); }
div.DivClassName
{
background-color: #3959E1;
}
.BgClassName
{
background-color: #3959E1;
}
</style>
border-color css
<style>
span { border-color: #3959E1; }
span { border-color: rgb(57,89,225); }
td.TdClassName
{
border-color: #3959E1;
}
.TagClassName
{
border-color: #3959E1;
}
</style>