Shades of Royal Blue #3E74FD
Tints of Royal Blue #3E74FD
RGB
CMYK
RGB Variations
Color information
#3E74FD (or 0x3E74FD) is known color: Royal Blue. HEX triplet: 3E, 74 and FD. RGB value is (62,116,253). Sum of RGB (Red+Green+Blue) = 62+116+253=431 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.39% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E74FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E74FD is #C18B02. Grayscale: #727272. Windows color (decimal): -12684035 or 16610366. OLE color: 16610366.
HSL color Cylindrical-coordinate representation of color #3E74FD: hue angle of 223.04º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E74FD is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 116 | 253 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.01 |
| HSL | 223.04º | 0.98% | 0.62% | - |
| HSV(B) | 223.04º | 0.75% | 0.99% | - |
| XYZ | 25.96 | 20.61 | 95.54 | - |
| YUV | 115.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 253 | 0.75 | 0.54 | 0 | 0.01 | 223.04 | 0.98 | 0.62 |
| Hex | 3E | 74 | FD | 4B | 36 | 0 | 1 | DF | 62 | 3E |
| Octal | 76 | 164 | 375 | 113 | 66 | 0 | 1 | 337 | 142 | 76 |
| Binary | 111110 | 1110100 | 11111101 | 1001011 | 110110 | 0 | 1 | 11011111 | 1100010 | 111110 |
Color Harmonies of #3E74FD
Complementary color
Monochromatic Colors of #3E74FD
Black with #3E74FD
Text Example
Text Example
White with #3E74FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E74FD; }
p { color: rgb(62,116,253); }
H1.HeaderClassName
{
color: #3E74FD;
}
.AnyTagClassName
{
color: #3E74FD;
}
</style>
background-color css
<style>
a { background-color: #3E74FD; }
a { background-color: rgb(62,116,253); }
div.DivClassName
{
background-color: #3E74FD;
}
.BgClassName
{
background-color: #3E74FD;
}
</style>
border-color css
<style>
span { border-color: #3E74FD; }
span { border-color: rgb(62,116,253); }
td.TdClassName
{
border-color: #3E74FD;
}
.TagClassName
{
border-color: #3E74FD;
}
</style>