Shades of Royal Blue #3E7BD8
Tints of Royal Blue #3E7BD8
RGB
CMYK
RGB Variations
Color information
#3E7BD8 (or 0x3E7BD8) is known color: Royal Blue. HEX triplet: 3E, 7B and D8. RGB value is (62,123,216). Sum of RGB (Red+Green+Blue) = 62+123+216=401 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.46% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E7BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7BD8 is #C18427. Grayscale: #727272. Windows color (decimal): -12682280 or 14187326. OLE color: 14187326.
HSL color Cylindrical-coordinate representation of color #3E7BD8: hue angle of 216.23º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E7BD8 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 123 | 216 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.15 |
| HSL | 216.23º | 0.66% | 0.55% | - |
| HSV(B) | 216.23º | 0.71% | 0.85% | - |
| XYZ | 21.46 | 20.15 | 67.72 | - |
| YUV | 115.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 216 | 0.71 | 0.43 | 0 | 0.15 | 216.23 | 0.66 | 0.55 |
| Hex | 3E | 7B | D8 | 47 | 2B | 0 | F | D8 | 42 | 37 |
| Octal | 76 | 173 | 330 | 107 | 53 | 0 | 17 | 330 | 102 | 67 |
| Binary | 111110 | 1111011 | 11011000 | 1000111 | 101011 | 0 | 1111 | 11011000 | 1000010 | 110111 |
Color Harmonies of #3E7BD8
Complementary color
Monochromatic Colors of #3E7BD8
Black with #3E7BD8
Text Example
Text Example
White with #3E7BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7BD8; }
p { color: rgb(62,123,216); }
H1.HeaderClassName
{
color: #3E7BD8;
}
.AnyTagClassName
{
color: #3E7BD8;
}
</style>
background-color css
<style>
a { background-color: #3E7BD8; }
a { background-color: rgb(62,123,216); }
div.DivClassName
{
background-color: #3E7BD8;
}
.BgClassName
{
background-color: #3E7BD8;
}
</style>
border-color css
<style>
span { border-color: #3E7BD8; }
span { border-color: rgb(62,123,216); }
td.TdClassName
{
border-color: #3E7BD8;
}
.TagClassName
{
border-color: #3E7BD8;
}
</style>