Shades of Royal Blue #3952E4
Tints of Royal Blue #3952E4
RGB
CMYK
RGB Variations
Color information
#3952E4 (or 0x3952E4) is known color: Royal Blue. HEX triplet: 39, 52 and E4. RGB value is (57,82,228). Sum of RGB (Red+Green+Blue) = 57+82+228=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 228 (89.45% from 255 or 62.13% from 367); Max value from RGB is 228 - color contains mainly: blue. Hex color #3952E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3952E4 is #C6AD1B. Grayscale: #5A5A5A. Windows color (decimal): -13020444 or 14963257. OLE color: 14963257.
HSL color Cylindrical-coordinate representation of color #3952E4: hue angle of 231.23º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3952E4 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 82 | 228 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.11 |
| HSL | 231.23º | 0.76% | 0.56% | - |
| HSV(B) | 231.23º | 0.75% | 0.89% | - |
| XYZ | 18.71 | 12.51 | 74.83 | - |
| YUV | 91.17 | 205.22 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 228 | 0.75 | 0.64 | 0 | 0.11 | 231.23 | 0.76 | 0.56 |
| Hex | 39 | 52 | E4 | 4B | 40 | 0 | B | E7 | 4C | 38 |
| Octal | 71 | 122 | 344 | 113 | 100 | 0 | 13 | 347 | 114 | 70 |
| Binary | 111001 | 1010010 | 11100100 | 1001011 | 1000000 | 0 | 1011 | 11100111 | 1001100 | 111000 |
Color Harmonies of #3952E4
Complementary color
Monochromatic Colors of #3952E4
Black with #3952E4
Text Example
Text Example
White with #3952E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3952E4; }
p { color: rgb(57,82,228); }
H1.HeaderClassName
{
color: #3952E4;
}
.AnyTagClassName
{
color: #3952E4;
}
</style>
background-color css
<style>
a { background-color: #3952E4; }
a { background-color: rgb(57,82,228); }
div.DivClassName
{
background-color: #3952E4;
}
.BgClassName
{
background-color: #3952E4;
}
</style>
border-color css
<style>
span { border-color: #3952E4; }
span { border-color: rgb(57,82,228); }
td.TdClassName
{
border-color: #3952E4;
}
.TagClassName
{
border-color: #3952E4;
}
</style>