Shades of Royal Blue #3256E8
Tints of Royal Blue #3256E8
RGB
CMYK
RGB Variations
Color information
#3256E8 (or 0x3256E8) is known color: Royal Blue. HEX triplet: 32, 56 and E8. RGB value is (50,86,232). Sum of RGB (Red+Green+Blue) = 50+86+232=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #3256E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3256E8 is #CDA917. Grayscale: #5B5B5B. Windows color (decimal): -13478168 or 15226418. OLE color: 15226418.
HSL color Cylindrical-coordinate representation of color #3256E8: hue angle of 228.13º degrees, saturation: 0.8, 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 #3256E8 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 86 | 232 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.09 |
| HSL | 228.13º | 0.8% | 0.55% | - |
| HSV(B) | 228.13º | 0.78% | 0.91% | - |
| XYZ | 19.21 | 13.16 | 77.87 | - |
| YUV | 91.88 | 207.07 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 232 | 0.78 | 0.63 | 0 | 0.09 | 228.13 | 0.8 | 0.55 |
| Hex | 32 | 56 | E8 | 4E | 3F | 0 | 9 | E4 | 50 | 37 |
| Octal | 62 | 126 | 350 | 116 | 77 | 0 | 11 | 344 | 120 | 67 |
| Binary | 110010 | 1010110 | 11101000 | 1001110 | 111111 | 0 | 1001 | 11100100 | 1010000 | 110111 |
Color Harmonies of #3256E8
Complementary color
Monochromatic Colors of #3256E8
Black with #3256E8
Text Example
Text Example
White with #3256E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3256E8; }
p { color: rgb(50,86,232); }
H1.HeaderClassName
{
color: #3256E8;
}
.AnyTagClassName
{
color: #3256E8;
}
</style>
background-color css
<style>
a { background-color: #3256E8; }
a { background-color: rgb(50,86,232); }
div.DivClassName
{
background-color: #3256E8;
}
.BgClassName
{
background-color: #3256E8;
}
</style>
border-color css
<style>
span { border-color: #3256E8; }
span { border-color: rgb(50,86,232); }
td.TdClassName
{
border-color: #3256E8;
}
.TagClassName
{
border-color: #3256E8;
}
</style>