Shades of Royal Blue #3E6ACE
Tints of Royal Blue #3E6ACE
RGB
CMYK
RGB Variations
Color information
#3E6ACE (or 0x3E6ACE) is known color: Royal Blue. HEX triplet: 3E, 6A and CE. RGB value is (62,106,206). Sum of RGB (Red+Green+Blue) = 62+106+206=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E6ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6ACE is #C19531. Grayscale: #676767. Windows color (decimal): -12686642 or 13527614. OLE color: 13527614.
HSL color Cylindrical-coordinate representation of color #3E6ACE: hue angle of 221.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E6ACE is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 106 | 206 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.19 |
| HSL | 221.67º | 0.6% | 0.53% | - |
| HSV(B) | 221.67º | 0.7% | 0.81% | - |
| XYZ | 18.28 | 15.79 | 60.48 | - |
| YUV | 104.24 | 185.42 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 206 | 0.70 | 0.49 | 0 | 0.19 | 221.67 | 0.6 | 0.53 |
| Hex | 3E | 6A | CE | 46 | 31 | 0 | 13 | DE | 3C | 35 |
| Octal | 76 | 152 | 316 | 106 | 61 | 0 | 23 | 336 | 74 | 65 |
| Binary | 111110 | 1101010 | 11001110 | 1000110 | 110001 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #3E6ACE
Complementary color
Monochromatic Colors of #3E6ACE
Black with #3E6ACE
Text Example
Text Example
White with #3E6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6ACE; }
p { color: rgb(62,106,206); }
H1.HeaderClassName
{
color: #3E6ACE;
}
.AnyTagClassName
{
color: #3E6ACE;
}
</style>
background-color css
<style>
a { background-color: #3E6ACE; }
a { background-color: rgb(62,106,206); }
div.DivClassName
{
background-color: #3E6ACE;
}
.BgClassName
{
background-color: #3E6ACE;
}
</style>
border-color css
<style>
span { border-color: #3E6ACE; }
span { border-color: rgb(62,106,206); }
td.TdClassName
{
border-color: #3E6ACE;
}
.TagClassName
{
border-color: #3E6ACE;
}
</style>