Shades of Royal Blue #3E6DCF
Tints of Royal Blue #3E6DCF
RGB
CMYK
RGB Variations
Color information
#3E6DCF (or 0x3E6DCF) is known color: Royal Blue. HEX triplet: 3E, 6D and CF. RGB value is (62,109,207). Sum of RGB (Red+Green+Blue) = 62+109+207=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E6DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DCF is #C19230. Grayscale: #696969. Windows color (decimal): -12685873 or 13593918. OLE color: 13593918.
HSL color Cylindrical-coordinate representation of color #3E6DCF: hue angle of 220.55º 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 #3E6DCF is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 109 | 207 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.19 |
| HSL | 220.55º | 0.6% | 0.53% | - |
| HSV(B) | 220.55º | 0.7% | 0.81% | - |
| XYZ | 18.72 | 16.47 | 61.22 | - |
| YUV | 106.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 109 | 207 | 0.70 | 0.47 | 0 | 0.19 | 220.55 | 0.6 | 0.53 |
| Hex | 3E | 6D | CF | 46 | 2F | 0 | 13 | DD | 3C | 35 |
| Octal | 76 | 155 | 317 | 106 | 57 | 0 | 23 | 335 | 74 | 65 |
| Binary | 111110 | 1101101 | 11001111 | 1000110 | 101111 | 0 | 10011 | 11011101 | 111100 | 110101 |
Color Harmonies of #3E6DCF
Complementary color
Monochromatic Colors of #3E6DCF
Black with #3E6DCF
Text Example
Text Example
White with #3E6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6DCF; }
p { color: rgb(62,109,207); }
H1.HeaderClassName
{
color: #3E6DCF;
}
.AnyTagClassName
{
color: #3E6DCF;
}
</style>
background-color css
<style>
a { background-color: #3E6DCF; }
a { background-color: rgb(62,109,207); }
div.DivClassName
{
background-color: #3E6DCF;
}
.BgClassName
{
background-color: #3E6DCF;
}
</style>
border-color css
<style>
span { border-color: #3E6DCF; }
span { border-color: rgb(62,109,207); }
td.TdClassName
{
border-color: #3E6DCF;
}
.TagClassName
{
border-color: #3E6DCF;
}
</style>