Shades of Royal Blue #3152EA
Tints of Royal Blue #3152EA
RGB
CMYK
RGB Variations
Color information
#3152EA (or 0x3152EA) is known color: Royal Blue. HEX triplet: 31, 52 and EA. RGB value is (49,82,234). Sum of RGB (Red+Green+Blue) = 49+82+234=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #3152EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3152EA is #CEAD15. Grayscale: #585858. Windows color (decimal): -13544726 or 15356465. OLE color: 15356465.
HSL color Cylindrical-coordinate representation of color #3152EA: hue angle of 229.3º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3152EA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 82 | 234 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.08 |
| HSL | 229.3º | 0.81% | 0.55% | - |
| HSV(B) | 229.3º | 0.79% | 0.92% | - |
| XYZ | 19.14 | 12.63 | 79.27 | - |
| YUV | 89.46 | 209.57 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 234 | 0.79 | 0.65 | 0 | 0.08 | 229.3 | 0.81 | 0.55 |
| Hex | 31 | 52 | EA | 4F | 41 | 0 | 8 | E5 | 51 | 37 |
| Octal | 61 | 122 | 352 | 117 | 101 | 0 | 10 | 345 | 121 | 67 |
| Binary | 110001 | 1010010 | 11101010 | 1001111 | 1000001 | 0 | 1000 | 11100101 | 1010001 | 110111 |
Color Harmonies of #3152EA
Complementary color
Monochromatic Colors of #3152EA
Black with #3152EA
Text Example
Text Example
White with #3152EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3152EA; }
p { color: rgb(49,82,234); }
H1.HeaderClassName
{
color: #3152EA;
}
.AnyTagClassName
{
color: #3152EA;
}
</style>
background-color css
<style>
a { background-color: #3152EA; }
a { background-color: rgb(49,82,234); }
div.DivClassName
{
background-color: #3152EA;
}
.BgClassName
{
background-color: #3152EA;
}
</style>
border-color css
<style>
span { border-color: #3152EA; }
span { border-color: rgb(49,82,234); }
td.TdClassName
{
border-color: #3152EA;
}
.TagClassName
{
border-color: #3152EA;
}
</style>