Shades of Royal Blue #325EE6
Tints of Royal Blue #325EE6
RGB
CMYK
RGB Variations
Color information
#325EE6 (or 0x325EE6) is known color: Royal Blue. HEX triplet: 32, 5E and E6. RGB value is (50,94,230). Sum of RGB (Red+Green+Blue) = 50+94+230=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #325EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EE6 is #CDA119. Grayscale: #5F5F5F. Windows color (decimal): -13476122 or 15097394. OLE color: 15097394.
HSL color Cylindrical-coordinate representation of color #325EE6: hue angle of 225.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325EE6 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 94 | 230 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.10 |
| HSL | 225.33º | 0.78% | 0.55% | - |
| HSV(B) | 225.33º | 0.78% | 0.9% | - |
| XYZ | 19.6 | 14.4 | 76.61 | - |
| YUV | 96.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 94 | 230 | 0.78 | 0.59 | 0 | 0.10 | 225.33 | 0.78 | 0.55 |
| Hex | 32 | 5E | E6 | 4E | 3B | 0 | A | E1 | 4E | 37 |
| Octal | 62 | 136 | 346 | 116 | 73 | 0 | 12 | 341 | 116 | 67 |
| Binary | 110010 | 1011110 | 11100110 | 1001110 | 111011 | 0 | 1010 | 11100001 | 1001110 | 110111 |
Color Harmonies of #325EE6
Complementary color
Monochromatic Colors of #325EE6
Black with #325EE6
Text Example
Text Example
White with #325EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325EE6; }
p { color: rgb(50,94,230); }
H1.HeaderClassName
{
color: #325EE6;
}
.AnyTagClassName
{
color: #325EE6;
}
</style>
background-color css
<style>
a { background-color: #325EE6; }
a { background-color: rgb(50,94,230); }
div.DivClassName
{
background-color: #325EE6;
}
.BgClassName
{
background-color: #325EE6;
}
</style>
border-color css
<style>
span { border-color: #325EE6; }
span { border-color: rgb(50,94,230); }
td.TdClassName
{
border-color: #325EE6;
}
.TagClassName
{
border-color: #325EE6;
}
</style>