Shades of Royal Blue #324DE7
Tints of Royal Blue #324DE7
RGB
CMYK
RGB Variations
Color information
#324DE7 (or 0x324DE7) is known color: Royal Blue. HEX triplet: 32, 4D and E7. RGB value is (50,77,231). Sum of RGB (Red+Green+Blue) = 50+77+231=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #324DE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324DE7 is #CDB218. Grayscale: #555555. Windows color (decimal): -13480473 or 15158578. OLE color: 15158578.
HSL color Cylindrical-coordinate representation of color #324DE7: hue angle of 231.05º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324DE7 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 77 | 231 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.09 |
| HSL | 231.05º | 0.79% | 0.55% | - |
| HSV(B) | 231.05º | 0.78% | 0.91% | - |
| XYZ | 18.39 | 11.76 | 76.9 | - |
| YUV | 86.48 | 209.55 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 231 | 0.78 | 0.67 | 0 | 0.09 | 231.05 | 0.79 | 0.55 |
| Hex | 32 | 4D | E7 | 4E | 43 | 0 | 9 | E7 | 4F | 37 |
| Octal | 62 | 115 | 347 | 116 | 103 | 0 | 11 | 347 | 117 | 67 |
| Binary | 110010 | 1001101 | 11100111 | 1001110 | 1000011 | 0 | 1001 | 11100111 | 1001111 | 110111 |
Color Harmonies of #324DE7
Complementary color
Monochromatic Colors of #324DE7
Black with #324DE7
Text Example
Text Example
White with #324DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324DE7; }
p { color: rgb(50,77,231); }
H1.HeaderClassName
{
color: #324DE7;
}
.AnyTagClassName
{
color: #324DE7;
}
</style>
background-color css
<style>
a { background-color: #324DE7; }
a { background-color: rgb(50,77,231); }
div.DivClassName
{
background-color: #324DE7;
}
.BgClassName
{
background-color: #324DE7;
}
</style>
border-color css
<style>
span { border-color: #324DE7; }
span { border-color: rgb(50,77,231); }
td.TdClassName
{
border-color: #324DE7;
}
.TagClassName
{
border-color: #324DE7;
}
</style>