Shades of Royal Blue #3F73DA
Tints of Royal Blue #3F73DA
RGB
CMYK
RGB Variations
Color information
#3F73DA (or 0x3F73DA) is known color: Royal Blue. HEX triplet: 3F, 73 and DA. RGB value is (63,115,218). Sum of RGB (Red+Green+Blue) = 63+115+218=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #3F73DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F73DA is #C08C25. Grayscale: #6E6E6E. Windows color (decimal): -12618790 or 14316351. OLE color: 14316351.
HSL color Cylindrical-coordinate representation of color #3F73DA: hue angle of 219.87º 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 #3F73DA is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 115 | 218 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.15 |
| HSL | 219.87º | 0.68% | 0.55% | - |
| HSV(B) | 219.87º | 0.71% | 0.85% | - |
| XYZ | 20.84 | 18.38 | 68.78 | - |
| YUV | 111.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 218 | 0.71 | 0.47 | 0 | 0.15 | 219.87 | 0.68 | 0.55 |
| Hex | 3F | 73 | DA | 47 | 2F | 0 | F | DC | 44 | 37 |
| Octal | 77 | 163 | 332 | 107 | 57 | 0 | 17 | 334 | 104 | 67 |
| Binary | 111111 | 1110011 | 11011010 | 1000111 | 101111 | 0 | 1111 | 11011100 | 1000100 | 110111 |
Color Harmonies of #3F73DA
Complementary color
Monochromatic Colors of #3F73DA
Black with #3F73DA
Text Example
Text Example
White with #3F73DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F73DA; }
p { color: rgb(63,115,218); }
H1.HeaderClassName
{
color: #3F73DA;
}
.AnyTagClassName
{
color: #3F73DA;
}
</style>
background-color css
<style>
a { background-color: #3F73DA; }
a { background-color: rgb(63,115,218); }
div.DivClassName
{
background-color: #3F73DA;
}
.BgClassName
{
background-color: #3F73DA;
}
</style>
border-color css
<style>
span { border-color: #3F73DA; }
span { border-color: rgb(63,115,218); }
td.TdClassName
{
border-color: #3F73DA;
}
.TagClassName
{
border-color: #3F73DA;
}
</style>