Shades of Royal Blue #3952EA
Tints of Royal Blue #3952EA
RGB
CMYK
RGB Variations
Color information
#3952EA (or 0x3952EA) is known color: Royal Blue. HEX triplet: 39, 52 and EA. RGB value is (57,82,234). Sum of RGB (Red+Green+Blue) = 57+82+234=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #3952EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3952EA is #C6AD15. Grayscale: #5B5B5B. Windows color (decimal): -13020438 or 15356473. OLE color: 15356473.
HSL color Cylindrical-coordinate representation of color #3952EA: hue angle of 231.53º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3952EA is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 82 | 234 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.08 |
| HSL | 231.53º | 0.81% | 0.57% | - |
| HSV(B) | 231.53º | 0.76% | 0.92% | - |
| XYZ | 19.56 | 12.84 | 79.29 | - |
| YUV | 91.85 | 208.22 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 234 | 0.76 | 0.65 | 0 | 0.08 | 231.53 | 0.81 | 0.57 |
| Hex | 39 | 52 | EA | 4C | 41 | 0 | 8 | E8 | 51 | 39 |
| Octal | 71 | 122 | 352 | 114 | 101 | 0 | 10 | 350 | 121 | 71 |
| Binary | 111001 | 1010010 | 11101010 | 1001100 | 1000001 | 0 | 1000 | 11101000 | 1010001 | 111001 |
Color Harmonies of #3952EA
Complementary color
Monochromatic Colors of #3952EA
Black with #3952EA
Text Example
Text Example
White with #3952EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3952EA; }
p { color: rgb(57,82,234); }
H1.HeaderClassName
{
color: #3952EA;
}
.AnyTagClassName
{
color: #3952EA;
}
</style>
background-color css
<style>
a { background-color: #3952EA; }
a { background-color: rgb(57,82,234); }
div.DivClassName
{
background-color: #3952EA;
}
.BgClassName
{
background-color: #3952EA;
}
</style>
border-color css
<style>
span { border-color: #3952EA; }
span { border-color: rgb(57,82,234); }
td.TdClassName
{
border-color: #3952EA;
}
.TagClassName
{
border-color: #3952EA;
}
</style>