Shades of Royal Blue #3F6DCB
Tints of Royal Blue #3F6DCB
RGB
CMYK
RGB Variations
Color information
#3F6DCB (or 0x3F6DCB) is known color: Royal Blue. HEX triplet: 3F, 6D and CB. RGB value is (63,109,203). Sum of RGB (Red+Green+Blue) = 63+109+203=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F6DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6DCB is #C09234. Grayscale: #696969. Windows color (decimal): -12620341 or 13331775. OLE color: 13331775.
HSL color Cylindrical-coordinate representation of color #3F6DCB: hue angle of 220.29º degrees, saturation: 0.57, 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 #3F6DCB is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 109 | 203 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.20 |
| HSL | 220.29º | 0.57% | 0.52% | - |
| HSV(B) | 220.29º | 0.69% | 0.8% | - |
| XYZ | 18.3 | 16.31 | 58.68 | - |
| YUV | 105.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 203 | 0.69 | 0.46 | 0 | 0.20 | 220.29 | 0.57 | 0.52 |
| Hex | 3F | 6D | CB | 45 | 2E | 0 | 14 | DC | 39 | 34 |
| Octal | 77 | 155 | 313 | 105 | 56 | 0 | 24 | 334 | 71 | 64 |
| Binary | 111111 | 1101101 | 11001011 | 1000101 | 101110 | 0 | 10100 | 11011100 | 111001 | 110100 |
Color Harmonies of #3F6DCB
Complementary color
Monochromatic Colors of #3F6DCB
Black with #3F6DCB
Text Example
Text Example
White with #3F6DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6DCB; }
p { color: rgb(63,109,203); }
H1.HeaderClassName
{
color: #3F6DCB;
}
.AnyTagClassName
{
color: #3F6DCB;
}
</style>
background-color css
<style>
a { background-color: #3F6DCB; }
a { background-color: rgb(63,109,203); }
div.DivClassName
{
background-color: #3F6DCB;
}
.BgClassName
{
background-color: #3F6DCB;
}
</style>
border-color css
<style>
span { border-color: #3F6DCB; }
span { border-color: rgb(63,109,203); }
td.TdClassName
{
border-color: #3F6DCB;
}
.TagClassName
{
border-color: #3F6DCB;
}
</style>