Shades of Royal Blue #3153EF
Tints of Royal Blue #3153EF
RGB
CMYK
RGB Variations
Color information
#3153EF (or 0x3153EF) is known color: Royal Blue. HEX triplet: 31, 53 and EF. RGB value is (49,83,239). Sum of RGB (Red+Green+Blue) = 49+83+239=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #3153EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3153EF is #CEAC10. Grayscale: #595959. Windows color (decimal): -13544465 or 15684401. OLE color: 15684401.
HSL color Cylindrical-coordinate representation of color #3153EF: hue angle of 229.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3153EF is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 83 | 239 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.06 |
| HSL | 229.26º | 0.86% | 0.56% | - |
| HSV(B) | 229.26º | 0.79% | 0.94% | - |
| XYZ | 19.94 | 13.07 | 83.13 | - |
| YUV | 90.62 | 211.74 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 239 | 0.79 | 0.65 | 0 | 0.06 | 229.26 | 0.86 | 0.56 |
| Hex | 31 | 53 | EF | 4F | 41 | 0 | 6 | E5 | 56 | 38 |
| Octal | 61 | 123 | 357 | 117 | 101 | 0 | 6 | 345 | 126 | 70 |
| Binary | 110001 | 1010011 | 11101111 | 1001111 | 1000001 | 0 | 110 | 11100101 | 1010110 | 111000 |
Color Harmonies of #3153EF
Complementary color
Monochromatic Colors of #3153EF
Black with #3153EF
Text Example
Text Example
White with #3153EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153EF; }
p { color: rgb(49,83,239); }
H1.HeaderClassName
{
color: #3153EF;
}
.AnyTagClassName
{
color: #3153EF;
}
</style>
background-color css
<style>
a { background-color: #3153EF; }
a { background-color: rgb(49,83,239); }
div.DivClassName
{
background-color: #3153EF;
}
.BgClassName
{
background-color: #3153EF;
}
</style>
border-color css
<style>
span { border-color: #3153EF; }
span { border-color: rgb(49,83,239); }
td.TdClassName
{
border-color: #3153EF;
}
.TagClassName
{
border-color: #3153EF;
}
</style>