Shades of Royal Blue #3E75EF
Tints of Royal Blue #3E75EF
RGB
CMYK
RGB Variations
Color information
#3E75EF (or 0x3E75EF) is known color: Royal Blue. HEX triplet: 3E, 75 and EF. RGB value is (62,117,239). Sum of RGB (Red+Green+Blue) = 62+117+239=418 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.83% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E75EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E75EF is #C18A10. Grayscale: #717171. Windows color (decimal): -12683793 or 15693118. OLE color: 15693118.
HSL color Cylindrical-coordinate representation of color #3E75EF: hue angle of 221.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E75EF is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 117 | 239 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.06 |
| HSL | 221.36º | 0.85% | 0.59% | - |
| HSV(B) | 221.36º | 0.74% | 0.94% | - |
| XYZ | 23.93 | 19.98 | 84.26 | - |
| YUV | 114.46 | 198.28 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 239 | 0.74 | 0.51 | 0 | 0.06 | 221.36 | 0.85 | 0.59 |
| Hex | 3E | 75 | EF | 4A | 33 | 0 | 6 | DD | 55 | 3B |
| Octal | 76 | 165 | 357 | 112 | 63 | 0 | 6 | 335 | 125 | 73 |
| Binary | 111110 | 1110101 | 11101111 | 1001010 | 110011 | 0 | 110 | 11011101 | 1010101 | 111011 |
Color Harmonies of #3E75EF
Complementary color
Monochromatic Colors of #3E75EF
Black with #3E75EF
Text Example
Text Example
White with #3E75EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E75EF; }
p { color: rgb(62,117,239); }
H1.HeaderClassName
{
color: #3E75EF;
}
.AnyTagClassName
{
color: #3E75EF;
}
</style>
background-color css
<style>
a { background-color: #3E75EF; }
a { background-color: rgb(62,117,239); }
div.DivClassName
{
background-color: #3E75EF;
}
.BgClassName
{
background-color: #3E75EF;
}
</style>
border-color css
<style>
span { border-color: #3E75EF; }
span { border-color: rgb(62,117,239); }
td.TdClassName
{
border-color: #3E75EF;
}
.TagClassName
{
border-color: #3E75EF;
}
</style>