Shades of Royal Blue #3E74FF
Tints of Royal Blue #3E74FF
RGB
CMYK
RGB Variations
Color information
#3E74FF (or 0x3E74FF) is known color: Royal Blue. HEX triplet: 3E, 74 and FF. RGB value is (62,116,255). Sum of RGB (Red+Green+Blue) = 62+116+255=433 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.32% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E74FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E74FF is #C18B00. Grayscale: #737373. Windows color (decimal): -12684033 or 16741438. OLE color: 16741438.
HSL color Cylindrical-coordinate representation of color #3E74FF: hue angle of 223.21º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E74FF is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 116 | 255 | - |
| CMYK | 0.76 | 0.55 | 0 | 0 |
| HSL | 223.21º | 1% | 0.62% | - |
| HSV(B) | 223.21º | 0.76% | 1% | - |
| XYZ | 26.28 | 20.73 | 97.22 | - |
| YUV | 115.7 | 206.61 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 255 | 0.76 | 0.55 | 0 | 0 | 223.21 | 1 | 0.62 |
| Hex | 3E | 74 | FF | 4C | 37 | 0 | 0 | DF | 64 | 3E |
| Octal | 76 | 164 | 377 | 114 | 67 | 0 | 0 | 337 | 144 | 76 |
| Binary | 111110 | 1110100 | 11111111 | 1001100 | 110111 | 0 | 0 | 11011111 | 1100100 | 111110 |
Color Harmonies of #3E74FF
Complementary color
Monochromatic Colors of #3E74FF
Black with #3E74FF
Text Example
Text Example
White with #3E74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E74FF; }
p { color: rgb(62,116,255); }
H1.HeaderClassName
{
color: #3E74FF;
}
.AnyTagClassName
{
color: #3E74FF;
}
</style>
background-color css
<style>
a { background-color: #3E74FF; }
a { background-color: rgb(62,116,255); }
div.DivClassName
{
background-color: #3E74FF;
}
.BgClassName
{
background-color: #3E74FF;
}
</style>
border-color css
<style>
span { border-color: #3E74FF; }
span { border-color: rgb(62,116,255); }
td.TdClassName
{
border-color: #3E74FF;
}
.TagClassName
{
border-color: #3E74FF;
}
</style>