Shades of Royal Blue #324CEB
Tints of Royal Blue #324CEB
RGB
CMYK
RGB Variations
Color information
#324CEB (or 0x324CEB) is known color: Royal Blue. HEX triplet: 32, 4C and EB. RGB value is (50,76,235). Sum of RGB (Red+Green+Blue) = 50+76+235=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #324CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CEB is #CDB314. Grayscale: #555555. Windows color (decimal): -13480725 or 15420466. OLE color: 15420466.
HSL color Cylindrical-coordinate representation of color #324CEB: hue angle of 231.57º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324CEB is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 76 | 235 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.08 |
| HSL | 231.57º | 0.82% | 0.56% | - |
| HSV(B) | 231.57º | 0.79% | 0.92% | - |
| XYZ | 18.9 | 11.85 | 79.89 | - |
| YUV | 86.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 235 | 0.79 | 0.68 | 0 | 0.08 | 231.57 | 0.82 | 0.56 |
| Hex | 32 | 4C | EB | 4F | 44 | 0 | 8 | E8 | 52 | 38 |
| Octal | 62 | 114 | 353 | 117 | 104 | 0 | 10 | 350 | 122 | 70 |
| Binary | 110010 | 1001100 | 11101011 | 1001111 | 1000100 | 0 | 1000 | 11101000 | 1010010 | 111000 |
Color Harmonies of #324CEB
Complementary color
Monochromatic Colors of #324CEB
Black with #324CEB
Text Example
Text Example
White with #324CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CEB; }
p { color: rgb(50,76,235); }
H1.HeaderClassName
{
color: #324CEB;
}
.AnyTagClassName
{
color: #324CEB;
}
</style>
background-color css
<style>
a { background-color: #324CEB; }
a { background-color: rgb(50,76,235); }
div.DivClassName
{
background-color: #324CEB;
}
.BgClassName
{
background-color: #324CEB;
}
</style>
border-color css
<style>
span { border-color: #324CEB; }
span { border-color: rgb(50,76,235); }
td.TdClassName
{
border-color: #324CEB;
}
.TagClassName
{
border-color: #324CEB;
}
</style>