Shades of Royal Blue #3E6BCE
Tints of Royal Blue #3E6BCE
RGB
CMYK
RGB Variations
Color information
#3E6BCE (or 0x3E6BCE) is known color: Royal Blue. HEX triplet: 3E, 6B and CE. RGB value is (62,107,206). Sum of RGB (Red+Green+Blue) = 62+107+206=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E6BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6BCE is #C19431. Grayscale: #686868. Windows color (decimal): -12686386 or 13527870. OLE color: 13527870.
HSL color Cylindrical-coordinate representation of color #3E6BCE: hue angle of 221.25º 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 #3E6BCE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 107 | 206 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.19 |
| HSL | 221.25º | 0.6% | 0.53% | - |
| HSV(B) | 221.25º | 0.7% | 0.81% | - |
| XYZ | 18.38 | 16 | 60.51 | - |
| YUV | 104.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 206 | 0.70 | 0.48 | 0 | 0.19 | 221.25 | 0.6 | 0.53 |
| Hex | 3E | 6B | CE | 46 | 30 | 0 | 13 | DD | 3C | 35 |
| Octal | 76 | 153 | 316 | 106 | 60 | 0 | 23 | 335 | 74 | 65 |
| Binary | 111110 | 1101011 | 11001110 | 1000110 | 110000 | 0 | 10011 | 11011101 | 111100 | 110101 |
Color Harmonies of #3E6BCE
Complementary color
Monochromatic Colors of #3E6BCE
Black with #3E6BCE
Text Example
Text Example
White with #3E6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6BCE; }
p { color: rgb(62,107,206); }
H1.HeaderClassName
{
color: #3E6BCE;
}
.AnyTagClassName
{
color: #3E6BCE;
}
</style>
background-color css
<style>
a { background-color: #3E6BCE; }
a { background-color: rgb(62,107,206); }
div.DivClassName
{
background-color: #3E6BCE;
}
.BgClassName
{
background-color: #3E6BCE;
}
</style>
border-color css
<style>
span { border-color: #3E6BCE; }
span { border-color: rgb(62,107,206); }
td.TdClassName
{
border-color: #3E6BCE;
}
.TagClassName
{
border-color: #3E6BCE;
}
</style>