Shades of Royal Blue #3E6ACF
Tints of Royal Blue #3E6ACF
RGB
CMYK
RGB Variations
Color information
#3E6ACF (or 0x3E6ACF) is known color: Royal Blue. HEX triplet: 3E, 6A and CF. RGB value is (62,106,207). Sum of RGB (Red+Green+Blue) = 62+106+207=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E6ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6ACF is #C19530. Grayscale: #676767. Windows color (decimal): -12686641 or 13593150. OLE color: 13593150.
HSL color Cylindrical-coordinate representation of color #3E6ACF: hue angle of 221.79º 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 #3E6ACF is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 106 | 207 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.19 |
| HSL | 221.79º | 0.6% | 0.53% | - |
| HSV(B) | 221.79º | 0.7% | 0.81% | - |
| XYZ | 18.4 | 15.84 | 61.12 | - |
| YUV | 104.36 | 185.92 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 207 | 0.70 | 0.49 | 0 | 0.19 | 221.79 | 0.6 | 0.53 |
| Hex | 3E | 6A | CF | 46 | 31 | 0 | 13 | DE | 3C | 35 |
| Octal | 76 | 152 | 317 | 106 | 61 | 0 | 23 | 336 | 74 | 65 |
| Binary | 111110 | 1101010 | 11001111 | 1000110 | 110001 | 0 | 10011 | 11011110 | 111100 | 110101 |
Color Harmonies of #3E6ACF
Complementary color
Monochromatic Colors of #3E6ACF
Black with #3E6ACF
Text Example
Text Example
White with #3E6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6ACF; }
p { color: rgb(62,106,207); }
H1.HeaderClassName
{
color: #3E6ACF;
}
.AnyTagClassName
{
color: #3E6ACF;
}
</style>
background-color css
<style>
a { background-color: #3E6ACF; }
a { background-color: rgb(62,106,207); }
div.DivClassName
{
background-color: #3E6ACF;
}
.BgClassName
{
background-color: #3E6ACF;
}
</style>
border-color css
<style>
span { border-color: #3E6ACF; }
span { border-color: rgb(62,106,207); }
td.TdClassName
{
border-color: #3E6ACF;
}
.TagClassName
{
border-color: #3E6ACF;
}
</style>