Shades of Royal Blue #3884ED
Tints of Royal Blue #3884ED
RGB
CMYK
RGB Variations
Color information
#3884ED (or 0x3884ED) is known color: Royal Blue. HEX triplet: 38, 84 and ED. RGB value is (56,132,237). Sum of RGB (Red+Green+Blue) = 56+132+237=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #3884ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3884ED is #C77B12. Grayscale: #787878. Windows color (decimal): -13073171 or 15565880. OLE color: 15565880.
HSL color Cylindrical-coordinate representation of color #3884ED: hue angle of 214.81º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3884ED is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 132 | 237 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.07 |
| HSL | 214.81º | 0.83% | 0.57% | - |
| HSV(B) | 214.81º | 0.76% | 0.93% | - |
| XYZ | 25.17 | 23.46 | 83.32 | - |
| YUV | 121.25 | 193.32 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 132 | 237 | 0.76 | 0.44 | 0 | 0.07 | 214.81 | 0.83 | 0.57 |
| Hex | 38 | 84 | ED | 4C | 2C | 0 | 7 | D7 | 53 | 39 |
| Octal | 70 | 204 | 355 | 114 | 54 | 0 | 7 | 327 | 123 | 71 |
| Binary | 111000 | 10000100 | 11101101 | 1001100 | 101100 | 0 | 111 | 11010111 | 1010011 | 111001 |
Color Harmonies of #3884ED
Complementary color
Monochromatic Colors of #3884ED
Black with #3884ED
Text Example
Text Example
White with #3884ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3884ED; }
p { color: rgb(56,132,237); }
H1.HeaderClassName
{
color: #3884ED;
}
.AnyTagClassName
{
color: #3884ED;
}
</style>
background-color css
<style>
a { background-color: #3884ED; }
a { background-color: rgb(56,132,237); }
div.DivClassName
{
background-color: #3884ED;
}
.BgClassName
{
background-color: #3884ED;
}
</style>
border-color css
<style>
span { border-color: #3884ED; }
span { border-color: rgb(56,132,237); }
td.TdClassName
{
border-color: #3884ED;
}
.TagClassName
{
border-color: #3884ED;
}
</style>