Shades of Royal Blue #3F6CDA
Tints of Royal Blue #3F6CDA
RGB
CMYK
RGB Variations
Color information
#3F6CDA (or 0x3F6CDA) is known color: Royal Blue. HEX triplet: 3F, 6C and DA. RGB value is (63,108,218). Sum of RGB (Red+Green+Blue) = 63+108+218=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F6CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6CDA is #C09325. Grayscale: #6A6A6A. Windows color (decimal): -12620582 or 14314559. OLE color: 14314559.
HSL color Cylindrical-coordinate representation of color #3F6CDA: hue angle of 222.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F6CDA is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 108 | 218 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.15 |
| HSL | 222.58º | 0.68% | 0.55% | - |
| HSV(B) | 222.58º | 0.71% | 0.85% | - |
| XYZ | 20.07 | 16.84 | 68.52 | - |
| YUV | 107.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 108 | 218 | 0.71 | 0.50 | 0 | 0.15 | 222.58 | 0.68 | 0.55 |
| Hex | 3F | 6C | DA | 47 | 32 | 0 | F | DF | 44 | 37 |
| Octal | 77 | 154 | 332 | 107 | 62 | 0 | 17 | 337 | 104 | 67 |
| Binary | 111111 | 1101100 | 11011010 | 1000111 | 110010 | 0 | 1111 | 11011111 | 1000100 | 110111 |
Color Harmonies of #3F6CDA
Complementary color
Monochromatic Colors of #3F6CDA
Black with #3F6CDA
Text Example
Text Example
White with #3F6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6CDA; }
p { color: rgb(63,108,218); }
H1.HeaderClassName
{
color: #3F6CDA;
}
.AnyTagClassName
{
color: #3F6CDA;
}
</style>
background-color css
<style>
a { background-color: #3F6CDA; }
a { background-color: rgb(63,108,218); }
div.DivClassName
{
background-color: #3F6CDA;
}
.BgClassName
{
background-color: #3F6CDA;
}
</style>
border-color css
<style>
span { border-color: #3F6CDA; }
span { border-color: rgb(63,108,218); }
td.TdClassName
{
border-color: #3F6CDA;
}
.TagClassName
{
border-color: #3F6CDA;
}
</style>