Shades of Royal Blue #324FEE
Tints of Royal Blue #324FEE
RGB
CMYK
RGB Variations
Color information
#324FEE (or 0x324FEE) is known color: Royal Blue. HEX triplet: 32, 4F and EE. RGB value is (50,79,238). Sum of RGB (Red+Green+Blue) = 50+79+238=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #324FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FEE is #CDB011. Grayscale: #575757. Windows color (decimal): -13479954 or 15617842. OLE color: 15617842.
HSL color Cylindrical-coordinate representation of color #324FEE: hue angle of 230.74º 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 #324FEE is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 79 | 238 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.07 |
| HSL | 230.74º | 0.85% | 0.56% | - |
| HSV(B) | 230.74º | 0.79% | 0.93% | - |
| XYZ | 19.54 | 12.44 | 82.26 | - |
| YUV | 88.46 | 212.39 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 238 | 0.79 | 0.67 | 0 | 0.07 | 230.74 | 0.85 | 0.56 |
| Hex | 32 | 4F | EE | 4F | 43 | 0 | 7 | E7 | 55 | 38 |
| Octal | 62 | 117 | 356 | 117 | 103 | 0 | 7 | 347 | 125 | 70 |
| Binary | 110010 | 1001111 | 11101110 | 1001111 | 1000011 | 0 | 111 | 11100111 | 1010101 | 111000 |
Color Harmonies of #324FEE
Complementary color
Monochromatic Colors of #324FEE
Black with #324FEE
Text Example
Text Example
White with #324FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FEE; }
p { color: rgb(50,79,238); }
H1.HeaderClassName
{
color: #324FEE;
}
.AnyTagClassName
{
color: #324FEE;
}
</style>
background-color css
<style>
a { background-color: #324FEE; }
a { background-color: rgb(50,79,238); }
div.DivClassName
{
background-color: #324FEE;
}
.BgClassName
{
background-color: #324FEE;
}
</style>
border-color css
<style>
span { border-color: #324FEE; }
span { border-color: rgb(50,79,238); }
td.TdClassName
{
border-color: #324FEE;
}
.TagClassName
{
border-color: #324FEE;
}
</style>