Shades of Royal Blue #3254EE
Tints of Royal Blue #3254EE
RGB
CMYK
RGB Variations
Color information
#3254EE (or 0x3254EE) is known color: Royal Blue. HEX triplet: 32, 54 and EE. RGB value is (50,84,238). Sum of RGB (Red+Green+Blue) = 50+84+238=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #3254EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3254EE is #CDAB11. Grayscale: #5A5A5A. Windows color (decimal): -13478674 or 15619122. OLE color: 15619122.
HSL color Cylindrical-coordinate representation of color #3254EE: hue angle of 229.15º 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 #3254EE is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 84 | 238 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.07 |
| HSL | 229.15º | 0.85% | 0.56% | - |
| HSV(B) | 229.15º | 0.79% | 0.93% | - |
| XYZ | 19.92 | 13.19 | 82.39 | - |
| YUV | 91.39 | 210.74 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 238 | 0.79 | 0.65 | 0 | 0.07 | 229.15 | 0.85 | 0.56 |
| Hex | 32 | 54 | EE | 4F | 41 | 0 | 7 | E5 | 55 | 38 |
| Octal | 62 | 124 | 356 | 117 | 101 | 0 | 7 | 345 | 125 | 70 |
| Binary | 110010 | 1010100 | 11101110 | 1001111 | 1000001 | 0 | 111 | 11100101 | 1010101 | 111000 |
Color Harmonies of #3254EE
Complementary color
Monochromatic Colors of #3254EE
Black with #3254EE
Text Example
Text Example
White with #3254EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3254EE; }
p { color: rgb(50,84,238); }
H1.HeaderClassName
{
color: #3254EE;
}
.AnyTagClassName
{
color: #3254EE;
}
</style>
background-color css
<style>
a { background-color: #3254EE; }
a { background-color: rgb(50,84,238); }
div.DivClassName
{
background-color: #3254EE;
}
.BgClassName
{
background-color: #3254EE;
}
</style>
border-color css
<style>
span { border-color: #3254EE; }
span { border-color: rgb(50,84,238); }
td.TdClassName
{
border-color: #3254EE;
}
.TagClassName
{
border-color: #3254EE;
}
</style>