Shades of Royal Blue #3E7FDC
Tints of Royal Blue #3E7FDC
RGB
CMYK
RGB Variations
Color information
#3E7FDC (or 0x3E7FDC) is known color: Royal Blue. HEX triplet: 3E, 7F and DC. RGB value is (62,127,220). Sum of RGB (Red+Green+Blue) = 62+127+220=409 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.16% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E7FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7FDC is #C18023. Grayscale: #757575. Windows color (decimal): -12681252 or 14450494. OLE color: 14450494.
HSL color Cylindrical-coordinate representation of color #3E7FDC: hue angle of 215.32º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E7FDC is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 127 | 220 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.14 |
| HSL | 215.32º | 0.69% | 0.55% | - |
| HSV(B) | 215.32º | 0.72% | 0.86% | - |
| XYZ | 22.49 | 21.37 | 70.65 | - |
| YUV | 118.17 | 185.47 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 220 | 0.72 | 0.42 | 0 | 0.14 | 215.32 | 0.69 | 0.55 |
| Hex | 3E | 7F | DC | 48 | 2A | 0 | E | D7 | 45 | 37 |
| Octal | 76 | 177 | 334 | 110 | 52 | 0 | 16 | 327 | 105 | 67 |
| Binary | 111110 | 1111111 | 11011100 | 1001000 | 101010 | 0 | 1110 | 11010111 | 1000101 | 110111 |
Color Harmonies of #3E7FDC
Complementary color
Monochromatic Colors of #3E7FDC
Black with #3E7FDC
Text Example
Text Example
White with #3E7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7FDC; }
p { color: rgb(62,127,220); }
H1.HeaderClassName
{
color: #3E7FDC;
}
.AnyTagClassName
{
color: #3E7FDC;
}
</style>
background-color css
<style>
a { background-color: #3E7FDC; }
a { background-color: rgb(62,127,220); }
div.DivClassName
{
background-color: #3E7FDC;
}
.BgClassName
{
background-color: #3E7FDC;
}
</style>
border-color css
<style>
span { border-color: #3E7FDC; }
span { border-color: rgb(62,127,220); }
td.TdClassName
{
border-color: #3E7FDC;
}
.TagClassName
{
border-color: #3E7FDC;
}
</style>