Shades of Royal Blue #3255ED
Tints of Royal Blue #3255ED
RGB
CMYK
RGB Variations
Color information
#3255ED (or 0x3255ED) is known color: Royal Blue. HEX triplet: 32, 55 and ED. RGB value is (50,85,237). Sum of RGB (Red+Green+Blue) = 50+85+237=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #3255ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3255ED is #CDAA12. Grayscale: #5B5B5B. Windows color (decimal): -13478419 or 15553842. OLE color: 15553842.
HSL color Cylindrical-coordinate representation of color #3255ED: hue angle of 228.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3255ED is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 85 | 237 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.07 |
| HSL | 228.77º | 0.84% | 0.56% | - |
| HSV(B) | 228.77º | 0.79% | 0.93% | - |
| XYZ | 19.85 | 13.29 | 81.64 | - |
| YUV | 91.86 | 209.9 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 237 | 0.79 | 0.64 | 0 | 0.07 | 228.77 | 0.84 | 0.56 |
| Hex | 32 | 55 | ED | 4F | 40 | 0 | 7 | E5 | 54 | 38 |
| Octal | 62 | 125 | 355 | 117 | 100 | 0 | 7 | 345 | 124 | 70 |
| Binary | 110010 | 1010101 | 11101101 | 1001111 | 1000000 | 0 | 111 | 11100101 | 1010100 | 111000 |
Color Harmonies of #3255ED
Complementary color
Monochromatic Colors of #3255ED
Black with #3255ED
Text Example
Text Example
White with #3255ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255ED; }
p { color: rgb(50,85,237); }
H1.HeaderClassName
{
color: #3255ED;
}
.AnyTagClassName
{
color: #3255ED;
}
</style>
background-color css
<style>
a { background-color: #3255ED; }
a { background-color: rgb(50,85,237); }
div.DivClassName
{
background-color: #3255ED;
}
.BgClassName
{
background-color: #3255ED;
}
</style>
border-color css
<style>
span { border-color: #3255ED; }
span { border-color: rgb(50,85,237); }
td.TdClassName
{
border-color: #3255ED;
}
.TagClassName
{
border-color: #3255ED;
}
</style>