Shades of Royal Blue #3E6FDC
Tints of Royal Blue #3E6FDC
RGB
CMYK
RGB Variations
Color information
#3E6FDC (or 0x3E6FDC) is known color: Royal Blue. HEX triplet: 3E, 6F and DC. RGB value is (62,111,220). Sum of RGB (Red+Green+Blue) = 62+111+220=393 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.78% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6FDC is #C19023. Grayscale: #6C6C6C. Windows color (decimal): -12685348 or 14446398. OLE color: 14446398.
HSL color Cylindrical-coordinate representation of color #3E6FDC: hue angle of 221.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E6FDC is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 111 | 220 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.14 |
| HSL | 221.39º | 0.69% | 0.55% | - |
| HSV(B) | 221.39º | 0.72% | 0.86% | - |
| XYZ | 20.59 | 17.56 | 70.01 | - |
| YUV | 108.78 | 190.77 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 220 | 0.72 | 0.50 | 0 | 0.14 | 221.39 | 0.69 | 0.55 |
| Hex | 3E | 6F | DC | 48 | 32 | 0 | E | DD | 45 | 37 |
| Octal | 76 | 157 | 334 | 110 | 62 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111110 | 1101111 | 11011100 | 1001000 | 110010 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3E6FDC
Complementary color
Monochromatic Colors of #3E6FDC
Black with #3E6FDC
Text Example
Text Example
White with #3E6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FDC; }
p { color: rgb(62,111,220); }
H1.HeaderClassName
{
color: #3E6FDC;
}
.AnyTagClassName
{
color: #3E6FDC;
}
</style>
background-color css
<style>
a { background-color: #3E6FDC; }
a { background-color: rgb(62,111,220); }
div.DivClassName
{
background-color: #3E6FDC;
}
.BgClassName
{
background-color: #3E6FDC;
}
</style>
border-color css
<style>
span { border-color: #3E6FDC; }
span { border-color: rgb(62,111,220); }
td.TdClassName
{
border-color: #3E6FDC;
}
.TagClassName
{
border-color: #3E6FDC;
}
</style>