Shades of Royal Blue #3F6ECE
Tints of Royal Blue #3F6ECE
RGB
CMYK
RGB Variations
Color information
#3F6ECE (or 0x3F6ECE) is known color: Royal Blue. HEX triplet: 3F, 6E and CE. RGB value is (63,110,206). Sum of RGB (Red+Green+Blue) = 63+110+206=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6ECE is #C09131. Grayscale: #6A6A6A. Windows color (decimal): -12620082 or 13528639. OLE color: 13528639.
HSL color Cylindrical-coordinate representation of color #3F6ECE: hue angle of 220.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F6ECE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 110 | 206 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.19 |
| HSL | 220.28º | 0.59% | 0.53% | - |
| HSV(B) | 220.28º | 0.69% | 0.81% | - |
| XYZ | 18.77 | 16.66 | 60.62 | - |
| YUV | 106.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 110 | 206 | 0.69 | 0.47 | 0 | 0.19 | 220.28 | 0.59 | 0.53 |
| Hex | 3F | 6E | CE | 45 | 2F | 0 | 13 | DC | 3B | 35 |
| Octal | 77 | 156 | 316 | 105 | 57 | 0 | 23 | 334 | 73 | 65 |
| Binary | 111111 | 1101110 | 11001110 | 1000101 | 101111 | 0 | 10011 | 11011100 | 111011 | 110101 |
Color Harmonies of #3F6ECE
Complementary color
Monochromatic Colors of #3F6ECE
Black with #3F6ECE
Text Example
Text Example
White with #3F6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6ECE; }
p { color: rgb(63,110,206); }
H1.HeaderClassName
{
color: #3F6ECE;
}
.AnyTagClassName
{
color: #3F6ECE;
}
</style>
background-color css
<style>
a { background-color: #3F6ECE; }
a { background-color: rgb(63,110,206); }
div.DivClassName
{
background-color: #3F6ECE;
}
.BgClassName
{
background-color: #3F6ECE;
}
</style>
border-color css
<style>
span { border-color: #3F6ECE; }
span { border-color: rgb(63,110,206); }
td.TdClassName
{
border-color: #3F6ECE;
}
.TagClassName
{
border-color: #3F6ECE;
}
</style>