Shades of Royal Blue #325FEA
Tints of Royal Blue #325FEA
RGB
CMYK
RGB Variations
Color information
#325FEA (or 0x325FEA) is known color: Royal Blue. HEX triplet: 32, 5F and EA. RGB value is (50,95,234). Sum of RGB (Red+Green+Blue) = 50+95+234=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #325FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325FEA is #CDA015. Grayscale: #606060. Windows color (decimal): -13475862 or 15359794. OLE color: 15359794.
HSL color Cylindrical-coordinate representation of color #325FEA: hue angle of 225.33º 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 #325FEA is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 95 | 234 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.08 |
| HSL | 225.33º | 0.81% | 0.56% | - |
| HSV(B) | 225.33º | 0.79% | 0.92% | - |
| XYZ | 20.26 | 14.8 | 79.63 | - |
| YUV | 97.39 | 205.09 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 95 | 234 | 0.79 | 0.59 | 0 | 0.08 | 225.33 | 0.81 | 0.56 |
| Hex | 32 | 5F | EA | 4F | 3B | 0 | 8 | E1 | 51 | 38 |
| Octal | 62 | 137 | 352 | 117 | 73 | 0 | 10 | 341 | 121 | 70 |
| Binary | 110010 | 1011111 | 11101010 | 1001111 | 111011 | 0 | 1000 | 11100001 | 1010001 | 111000 |
Color Harmonies of #325FEA
Complementary color
Monochromatic Colors of #325FEA
Black with #325FEA
Text Example
Text Example
White with #325FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325FEA; }
p { color: rgb(50,95,234); }
H1.HeaderClassName
{
color: #325FEA;
}
.AnyTagClassName
{
color: #325FEA;
}
</style>
background-color css
<style>
a { background-color: #325FEA; }
a { background-color: rgb(50,95,234); }
div.DivClassName
{
background-color: #325FEA;
}
.BgClassName
{
background-color: #325FEA;
}
</style>
border-color css
<style>
span { border-color: #325FEA; }
span { border-color: rgb(50,95,234); }
td.TdClassName
{
border-color: #325FEA;
}
.TagClassName
{
border-color: #325FEA;
}
</style>