Shades of Royal Blue #325CEA
Tints of Royal Blue #325CEA
RGB
CMYK
RGB Variations
Color information
#325CEA (or 0x325CEA) is known color: Royal Blue. HEX triplet: 32, 5C and EA. RGB value is (50,92,234). Sum of RGB (Red+Green+Blue) = 50+92+234=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #325CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325CEA is #CDA315. Grayscale: #5F5F5F. Windows color (decimal): -13476630 or 15359026. OLE color: 15359026.
HSL color Cylindrical-coordinate representation of color #325CEA: hue angle of 226.3º degrees, saturation: 0.81, 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 #325CEA is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 92 | 234 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.08 |
| HSL | 226.3º | 0.81% | 0.56% | - |
| HSV(B) | 226.3º | 0.79% | 0.92% | - |
| XYZ | 19.99 | 14.27 | 79.54 | - |
| YUV | 95.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 92 | 234 | 0.79 | 0.61 | 0 | 0.08 | 226.3 | 0.81 | 0.56 |
| Hex | 32 | 5C | EA | 4F | 3D | 0 | 8 | E2 | 51 | 38 |
| Octal | 62 | 134 | 352 | 117 | 75 | 0 | 10 | 342 | 121 | 70 |
| Binary | 110010 | 1011100 | 11101010 | 1001111 | 111101 | 0 | 1000 | 11100010 | 1010001 | 111000 |
Color Harmonies of #325CEA
Complementary color
Monochromatic Colors of #325CEA
Black with #325CEA
Text Example
Text Example
White with #325CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325CEA; }
p { color: rgb(50,92,234); }
H1.HeaderClassName
{
color: #325CEA;
}
.AnyTagClassName
{
color: #325CEA;
}
</style>
background-color css
<style>
a { background-color: #325CEA; }
a { background-color: rgb(50,92,234); }
div.DivClassName
{
background-color: #325CEA;
}
.BgClassName
{
background-color: #325CEA;
}
</style>
border-color css
<style>
span { border-color: #325CEA; }
span { border-color: rgb(50,92,234); }
td.TdClassName
{
border-color: #325CEA;
}
.TagClassName
{
border-color: #325CEA;
}
</style>