Shades of Royal Blue #3255E8
Tints of Royal Blue #3255E8
RGB
CMYK
RGB Variations
Color information
#3255E8 (or 0x3255E8) is known color: Royal Blue. HEX triplet: 32, 55 and E8. RGB value is (50,85,232). Sum of RGB (Red+Green+Blue) = 50+85+232=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 232 (91.02% from 255 or 63.22% from 367); Max value from RGB is 232 - color contains mainly: blue. Hex color #3255E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255E8 is #CDAA17. Grayscale: #5A5A5A. Windows color (decimal): -13478424 or 15226162. OLE color: 15226162.
HSL color Cylindrical-coordinate representation of color #3255E8: hue angle of 228.46º 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 #3255E8 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 85 | 232 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.09 |
| HSL | 228.46º | 0.8% | 0.55% | - |
| HSV(B) | 228.46º | 0.78% | 0.91% | - |
| XYZ | 19.13 | 13 | 77.85 | - |
| YUV | 91.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 232 | 0.78 | 0.63 | 0 | 0.09 | 228.46 | 0.8 | 0.55 |
| Hex | 32 | 55 | E8 | 4E | 3F | 0 | 9 | E4 | 50 | 37 |
| Octal | 62 | 125 | 350 | 116 | 77 | 0 | 11 | 344 | 120 | 67 |
| Binary | 110010 | 1010101 | 11101000 | 1001110 | 111111 | 0 | 1001 | 11100100 | 1010000 | 110111 |
Color Harmonies of #3255E8
Complementary color
Monochromatic Colors of #3255E8
Black with #3255E8
Text Example
Text Example
White with #3255E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255E8; }
p { color: rgb(50,85,232); }
H1.HeaderClassName
{
color: #3255E8;
}
.AnyTagClassName
{
color: #3255E8;
}
</style>
background-color css
<style>
a { background-color: #3255E8; }
a { background-color: rgb(50,85,232); }
div.DivClassName
{
background-color: #3255E8;
}
.BgClassName
{
background-color: #3255E8;
}
</style>
border-color css
<style>
span { border-color: #3255E8; }
span { border-color: rgb(50,85,232); }
td.TdClassName
{
border-color: #3255E8;
}
.TagClassName
{
border-color: #3255E8;
}
</style>