Shades of Royal Blue #3E84ED
Tints of Royal Blue #3E84ED
RGB
CMYK
RGB Variations
Color information
#3E84ED (or 0x3E84ED) is known color: Royal Blue. HEX triplet: 3E, 84 and ED. RGB value is (62,132,237). Sum of RGB (Red+Green+Blue) = 62+132+237=431 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.39% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E84ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E84ED is #C17B12. Grayscale: #7A7A7A. Windows color (decimal): -12679955 or 15565886. OLE color: 15565886.
HSL color Cylindrical-coordinate representation of color #3E84ED: hue angle of 216º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E84ED is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 132 | 237 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.07 |
| HSL | 216º | 0.83% | 0.59% | - |
| HSV(B) | 216º | 0.74% | 0.93% | - |
| XYZ | 25.52 | 23.64 | 83.34 | - |
| YUV | 123.04 | 192.31 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 132 | 237 | 0.74 | 0.44 | 0 | 0.07 | 216 | 0.83 | 0.59 |
| Hex | 3E | 84 | ED | 4A | 2C | 0 | 7 | D8 | 53 | 3B |
| Octal | 76 | 204 | 355 | 112 | 54 | 0 | 7 | 330 | 123 | 73 |
| Binary | 111110 | 10000100 | 11101101 | 1001010 | 101100 | 0 | 111 | 11011000 | 1010011 | 111011 |
Color Harmonies of #3E84ED
Complementary color
Monochromatic Colors of #3E84ED
Black with #3E84ED
Text Example
Text Example
White with #3E84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E84ED; }
p { color: rgb(62,132,237); }
H1.HeaderClassName
{
color: #3E84ED;
}
.AnyTagClassName
{
color: #3E84ED;
}
</style>
background-color css
<style>
a { background-color: #3E84ED; }
a { background-color: rgb(62,132,237); }
div.DivClassName
{
background-color: #3E84ED;
}
.BgClassName
{
background-color: #3E84ED;
}
</style>
border-color css
<style>
span { border-color: #3E84ED; }
span { border-color: rgb(62,132,237); }
td.TdClassName
{
border-color: #3E84ED;
}
.TagClassName
{
border-color: #3E84ED;
}
</style>