Shades of Royal Blue #3E76DF
Tints of Royal Blue #3E76DF
RGB
CMYK
RGB Variations
Color information
#3E76DF (or 0x3E76DF) is known color: Royal Blue. HEX triplet: 3E, 76 and DF. RGB value is (62,118,223). Sum of RGB (Red+Green+Blue) = 62+118+223=403 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.38% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E76DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E76DF is #C18920. Grayscale: #707070. Windows color (decimal): -12683553 or 14644798. OLE color: 14644798.
HSL color Cylindrical-coordinate representation of color #3E76DF: hue angle of 219.13º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E76DF is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 118 | 223 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.13 |
| HSL | 219.13º | 0.72% | 0.56% | - |
| HSV(B) | 219.13º | 0.72% | 0.87% | - |
| XYZ | 21.78 | 19.31 | 72.39 | - |
| YUV | 113.23 | 189.95 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 223 | 0.72 | 0.47 | 0 | 0.13 | 219.13 | 0.72 | 0.56 |
| Hex | 3E | 76 | DF | 48 | 2F | 0 | D | DB | 48 | 38 |
| Octal | 76 | 166 | 337 | 110 | 57 | 0 | 15 | 333 | 110 | 70 |
| Binary | 111110 | 1110110 | 11011111 | 1001000 | 101111 | 0 | 1101 | 11011011 | 1001000 | 111000 |
Color Harmonies of #3E76DF
Complementary color
Monochromatic Colors of #3E76DF
Black with #3E76DF
Text Example
Text Example
White with #3E76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E76DF; }
p { color: rgb(62,118,223); }
H1.HeaderClassName
{
color: #3E76DF;
}
.AnyTagClassName
{
color: #3E76DF;
}
</style>
background-color css
<style>
a { background-color: #3E76DF; }
a { background-color: rgb(62,118,223); }
div.DivClassName
{
background-color: #3E76DF;
}
.BgClassName
{
background-color: #3E76DF;
}
</style>
border-color css
<style>
span { border-color: #3E76DF; }
span { border-color: rgb(62,118,223); }
td.TdClassName
{
border-color: #3E76DF;
}
.TagClassName
{
border-color: #3E76DF;
}
</style>