Shades of Royal Blue #3F6BCC
Tints of Royal Blue #3F6BCC
RGB
CMYK
RGB Variations
Color information
#3F6BCC (or 0x3F6BCC) is known color: Royal Blue. HEX triplet: 3F, 6B and CC. RGB value is (63,107,204). Sum of RGB (Red+Green+Blue) = 63+107+204=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F6BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6BCC is #C09433. Grayscale: #686868. Windows color (decimal): -12620852 or 13396799. OLE color: 13396799.
HSL color Cylindrical-coordinate representation of color #3F6BCC: hue angle of 221.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F6BCC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 107 | 204 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.2 |
| HSL | 221.28º | 0.58% | 0.52% | - |
| HSV(B) | 221.28º | 0.69% | 0.8% | - |
| XYZ | 18.21 | 15.93 | 59.24 | - |
| YUV | 104.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 107 | 204 | 0.69 | 0.48 | 0 | 0.2 | 221.28 | 0.58 | 0.52 |
| Hex | 3F | 6B | CC | 45 | 30 | 0 | 14 | DD | 3A | 34 |
| Octal | 77 | 153 | 314 | 105 | 60 | 0 | 24 | 335 | 72 | 64 |
| Binary | 111111 | 1101011 | 11001100 | 1000101 | 110000 | 0 | 10100 | 11011101 | 111010 | 110100 |
Color Harmonies of #3F6BCC
Complementary color
Monochromatic Colors of #3F6BCC
Black with #3F6BCC
Text Example
Text Example
White with #3F6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6BCC; }
p { color: rgb(63,107,204); }
H1.HeaderClassName
{
color: #3F6BCC;
}
.AnyTagClassName
{
color: #3F6BCC;
}
</style>
background-color css
<style>
a { background-color: #3F6BCC; }
a { background-color: rgb(63,107,204); }
div.DivClassName
{
background-color: #3F6BCC;
}
.BgClassName
{
background-color: #3F6BCC;
}
</style>
border-color css
<style>
span { border-color: #3F6BCC; }
span { border-color: rgb(63,107,204); }
td.TdClassName
{
border-color: #3F6BCC;
}
.TagClassName
{
border-color: #3F6BCC;
}
</style>