Shades of Royal Blue #3955E1
Tints of Royal Blue #3955E1
RGB
CMYK
RGB Variations
Color information
#3955E1 (or 0x3955E1) is known color: Royal Blue. HEX triplet: 39, 55 and E1. RGB value is (57,85,225). Sum of RGB (Red+Green+Blue) = 57+85+225=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #3955E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3955E1 is #C6AA1E. Grayscale: #5C5C5C. Windows color (decimal): -13019679 or 14767417. OLE color: 14767417.
HSL color Cylindrical-coordinate representation of color #3955E1: hue angle of 230º 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 #3955E1 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 57 | 85 | 225 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.12 |
| HSL | 230º | 0.74% | 0.55% | - |
| HSV(B) | 230º | 0.75% | 0.88% | - |
| XYZ | 18.53 | 12.8 | 72.73 | - |
| YUV | 92.59 | 202.72 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 225 | 0.75 | 0.62 | 0 | 0.12 | 230 | 0.74 | 0.55 |
| Hex | 39 | 55 | E1 | 4B | 3E | 0 | C | E6 | 4A | 37 |
| Octal | 71 | 125 | 341 | 113 | 76 | 0 | 14 | 346 | 112 | 67 |
| Binary | 111001 | 1010101 | 11100001 | 1001011 | 111110 | 0 | 1100 | 11100110 | 1001010 | 110111 |
Color Harmonies of #3955E1
Complementary color
Monochromatic Colors of #3955E1
Black with #3955E1
Text Example
Text Example
White with #3955E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3955E1; }
p { color: rgb(57,85,225); }
H1.HeaderClassName
{
color: #3955E1;
}
.AnyTagClassName
{
color: #3955E1;
}
</style>
background-color css
<style>
a { background-color: #3955E1; }
a { background-color: rgb(57,85,225); }
div.DivClassName
{
background-color: #3955E1;
}
.BgClassName
{
background-color: #3955E1;
}
</style>
border-color css
<style>
span { border-color: #3955E1; }
span { border-color: rgb(57,85,225); }
td.TdClassName
{
border-color: #3955E1;
}
.TagClassName
{
border-color: #3955E1;
}
</style>