Shades of Royal Blue #3E6FDD
Tints of Royal Blue #3E6FDD
RGB
CMYK
RGB Variations
Color information
#3E6FDD (or 0x3E6FDD) is known color: Royal Blue. HEX triplet: 3E, 6F and DD. RGB value is (62,111,221). Sum of RGB (Red+Green+Blue) = 62+111+221=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E6FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6FDD is #C19022. Grayscale: #6C6C6C. Windows color (decimal): -12685347 or 14511934. OLE color: 14511934.
HSL color Cylindrical-coordinate representation of color #3E6FDD: hue angle of 221.51º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E6FDD is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 111 | 221 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.13 |
| HSL | 221.51º | 0.7% | 0.55% | - |
| HSV(B) | 221.51º | 0.72% | 0.87% | - |
| XYZ | 20.72 | 17.61 | 70.71 | - |
| YUV | 108.89 | 191.27 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 221 | 0.72 | 0.50 | 0 | 0.13 | 221.51 | 0.7 | 0.55 |
| Hex | 3E | 6F | DD | 48 | 32 | 0 | D | DE | 46 | 37 |
| Octal | 76 | 157 | 335 | 110 | 62 | 0 | 15 | 336 | 106 | 67 |
| Binary | 111110 | 1101111 | 11011101 | 1001000 | 110010 | 0 | 1101 | 11011110 | 1000110 | 110111 |
Color Harmonies of #3E6FDD
Complementary color
Monochromatic Colors of #3E6FDD
Black with #3E6FDD
Text Example
Text Example
White with #3E6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FDD; }
p { color: rgb(62,111,221); }
H1.HeaderClassName
{
color: #3E6FDD;
}
.AnyTagClassName
{
color: #3E6FDD;
}
</style>
background-color css
<style>
a { background-color: #3E6FDD; }
a { background-color: rgb(62,111,221); }
div.DivClassName
{
background-color: #3E6FDD;
}
.BgClassName
{
background-color: #3E6FDD;
}
</style>
border-color css
<style>
span { border-color: #3E6FDD; }
span { border-color: rgb(62,111,221); }
td.TdClassName
{
border-color: #3E6FDD;
}
.TagClassName
{
border-color: #3E6FDD;
}
</style>