Shades of Royal Blue #3153EE
Tints of Royal Blue #3153EE
RGB
CMYK
RGB Variations
Color information
#3153EE (or 0x3153EE) is known color: Royal Blue. HEX triplet: 31, 53 and EE. RGB value is (49,83,238). Sum of RGB (Red+Green+Blue) = 49+83+238=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #3153EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3153EE is #CEAC11. Grayscale: #595959. Windows color (decimal): -13544466 or 15618865. OLE color: 15618865.
HSL color Cylindrical-coordinate representation of color #3153EE: hue angle of 229.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3153EE is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 83 | 238 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.07 |
| HSL | 229.21º | 0.85% | 0.56% | - |
| HSV(B) | 229.21º | 0.79% | 0.93% | - |
| XYZ | 19.79 | 13.01 | 82.36 | - |
| YUV | 90.5 | 211.24 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 238 | 0.79 | 0.65 | 0 | 0.07 | 229.21 | 0.85 | 0.56 |
| Hex | 31 | 53 | EE | 4F | 41 | 0 | 7 | E5 | 55 | 38 |
| Octal | 61 | 123 | 356 | 117 | 101 | 0 | 7 | 345 | 125 | 70 |
| Binary | 110001 | 1010011 | 11101110 | 1001111 | 1000001 | 0 | 111 | 11100101 | 1010101 | 111000 |
Color Harmonies of #3153EE
Complementary color
Monochromatic Colors of #3153EE
Black with #3153EE
Text Example
Text Example
White with #3153EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3153EE; }
p { color: rgb(49,83,238); }
H1.HeaderClassName
{
color: #3153EE;
}
.AnyTagClassName
{
color: #3153EE;
}
</style>
background-color css
<style>
a { background-color: #3153EE; }
a { background-color: rgb(49,83,238); }
div.DivClassName
{
background-color: #3153EE;
}
.BgClassName
{
background-color: #3153EE;
}
</style>
border-color css
<style>
span { border-color: #3153EE; }
span { border-color: rgb(49,83,238); }
td.TdClassName
{
border-color: #3153EE;
}
.TagClassName
{
border-color: #3153EE;
}
</style>