Shades of Royal Blue #3F6CFF
Tints of Royal Blue #3F6CFF
RGB
CMYK
RGB Variations
Color information
#3F6CFF (or 0x3F6CFF) is known color: Royal Blue. HEX triplet: 3F, 6C and FF. RGB value is (63,108,255). Sum of RGB (Red+Green+Blue) = 63+108+255=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #3F6CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6CFF is #C09300. Grayscale: #6E6E6E. Windows color (decimal): -12620545 or 16739391. OLE color: 16739391.
HSL color Cylindrical-coordinate representation of color #3F6CFF: hue angle of 225.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F6CFF is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 108 | 255 | - |
| CMYK | 0.75 | 0.58 | 0 | 0 |
| HSL | 225.94º | 1% | 0.62% | - |
| HSV(B) | 225.94º | 0.75% | 1% | - |
| XYZ | 25.46 | 19 | 96.93 | - |
| YUV | 111.3 | 209.09 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 108 | 255 | 0.75 | 0.58 | 0 | 0 | 225.94 | 1 | 0.62 |
| Hex | 3F | 6C | FF | 4B | 3A | 0 | 0 | E2 | 64 | 3E |
| Octal | 77 | 154 | 377 | 113 | 72 | 0 | 0 | 342 | 144 | 76 |
| Binary | 111111 | 1101100 | 11111111 | 1001011 | 111010 | 0 | 0 | 11100010 | 1100100 | 111110 |
Color Harmonies of #3F6CFF
Complementary color
Monochromatic Colors of #3F6CFF
Black with #3F6CFF
Text Example
Text Example
White with #3F6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6CFF; }
p { color: rgb(63,108,255); }
H1.HeaderClassName
{
color: #3F6CFF;
}
.AnyTagClassName
{
color: #3F6CFF;
}
</style>
background-color css
<style>
a { background-color: #3F6CFF; }
a { background-color: rgb(63,108,255); }
div.DivClassName
{
background-color: #3F6CFF;
}
.BgClassName
{
background-color: #3F6CFF;
}
</style>
border-color css
<style>
span { border-color: #3F6CFF; }
span { border-color: rgb(63,108,255); }
td.TdClassName
{
border-color: #3F6CFF;
}
.TagClassName
{
border-color: #3F6CFF;
}
</style>