Shades of Royal Blue #3F6DCD
Tints of Royal Blue #3F6DCD
RGB
CMYK
RGB Variations
Color information
#3F6DCD (or 0x3F6DCD) is known color: Royal Blue. HEX triplet: 3F, 6D and CD. RGB value is (63,109,205). Sum of RGB (Red+Green+Blue) = 63+109+205=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6DCD is #C09232. Grayscale: #696969. Windows color (decimal): -12620339 or 13462847. OLE color: 13462847.
HSL color Cylindrical-coordinate representation of color #3F6DCD: hue angle of 220.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F6DCD is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 109 | 205 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.20 |
| HSL | 220.56º | 0.59% | 0.53% | - |
| HSV(B) | 220.56º | 0.69% | 0.8% | - |
| XYZ | 18.54 | 16.4 | 59.95 | - |
| YUV | 106.19 | 183.76 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 205 | 0.69 | 0.47 | 0 | 0.20 | 220.56 | 0.59 | 0.53 |
| Hex | 3F | 6D | CD | 45 | 2F | 0 | 14 | DD | 3B | 35 |
| Octal | 77 | 155 | 315 | 105 | 57 | 0 | 24 | 335 | 73 | 65 |
| Binary | 111111 | 1101101 | 11001101 | 1000101 | 101111 | 0 | 10100 | 11011101 | 111011 | 110101 |
Color Harmonies of #3F6DCD
Complementary color
Monochromatic Colors of #3F6DCD
Black with #3F6DCD
Text Example
Text Example
White with #3F6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6DCD; }
p { color: rgb(63,109,205); }
H1.HeaderClassName
{
color: #3F6DCD;
}
.AnyTagClassName
{
color: #3F6DCD;
}
</style>
background-color css
<style>
a { background-color: #3F6DCD; }
a { background-color: rgb(63,109,205); }
div.DivClassName
{
background-color: #3F6DCD;
}
.BgClassName
{
background-color: #3F6DCD;
}
</style>
border-color css
<style>
span { border-color: #3F6DCD; }
span { border-color: rgb(63,109,205); }
td.TdClassName
{
border-color: #3F6DCD;
}
.TagClassName
{
border-color: #3F6DCD;
}
</style>