Shades of Royal Blue #3E76DD
Tints of Royal Blue #3E76DD
RGB
CMYK
RGB Variations
Color information
#3E76DD (or 0x3E76DD) is known color: Royal Blue. HEX triplet: 3E, 76 and DD. RGB value is (62,118,221). Sum of RGB (Red+Green+Blue) = 62+118+221=401 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.46% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E76DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E76DD is #C18922. Grayscale: #707070. Windows color (decimal): -12683555 or 14513726. OLE color: 14513726.
HSL color Cylindrical-coordinate representation of color #3E76DD: hue angle of 218.87º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E76DD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 118 | 221 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.13 |
| HSL | 218.87º | 0.7% | 0.55% | - |
| HSV(B) | 218.87º | 0.72% | 0.87% | - |
| XYZ | 21.52 | 19.2 | 70.98 | - |
| YUV | 113 | 188.95 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 221 | 0.72 | 0.47 | 0 | 0.13 | 218.87 | 0.7 | 0.55 |
| Hex | 3E | 76 | DD | 48 | 2F | 0 | D | DB | 46 | 37 |
| Octal | 76 | 166 | 335 | 110 | 57 | 0 | 15 | 333 | 106 | 67 |
| Binary | 111110 | 1110110 | 11011101 | 1001000 | 101111 | 0 | 1101 | 11011011 | 1000110 | 110111 |
Color Harmonies of #3E76DD
Complementary color
Monochromatic Colors of #3E76DD
Black with #3E76DD
Text Example
Text Example
White with #3E76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E76DD; }
p { color: rgb(62,118,221); }
H1.HeaderClassName
{
color: #3E76DD;
}
.AnyTagClassName
{
color: #3E76DD;
}
</style>
background-color css
<style>
a { background-color: #3E76DD; }
a { background-color: rgb(62,118,221); }
div.DivClassName
{
background-color: #3E76DD;
}
.BgClassName
{
background-color: #3E76DD;
}
</style>
border-color css
<style>
span { border-color: #3E76DD; }
span { border-color: rgb(62,118,221); }
td.TdClassName
{
border-color: #3E76DD;
}
.TagClassName
{
border-color: #3E76DD;
}
</style>