Shades of Royal Blue #3F73CE
Tints of Royal Blue #3F73CE
RGB
CMYK
RGB Variations
Color information
#3F73CE (or 0x3F73CE) is known color: Royal Blue. HEX triplet: 3F, 73 and CE. RGB value is (63,115,206). Sum of RGB (Red+Green+Blue) = 63+115+206=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F73CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F73CE is #C08C31. Grayscale: #6D6D6D. Windows color (decimal): -12618802 or 13529919. OLE color: 13529919.
HSL color Cylindrical-coordinate representation of color #3F73CE: hue angle of 218.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F73CE is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 115 | 206 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.19 |
| HSL | 218.18º | 0.59% | 0.53% | - |
| HSV(B) | 218.18º | 0.69% | 0.81% | - |
| XYZ | 19.32 | 17.77 | 60.81 | - |
| YUV | 109.83 | 182.27 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 206 | 0.69 | 0.44 | 0 | 0.19 | 218.18 | 0.59 | 0.53 |
| Hex | 3F | 73 | CE | 45 | 2C | 0 | 13 | DA | 3B | 35 |
| Octal | 77 | 163 | 316 | 105 | 54 | 0 | 23 | 332 | 73 | 65 |
| Binary | 111111 | 1110011 | 11001110 | 1000101 | 101100 | 0 | 10011 | 11011010 | 111011 | 110101 |
Color Harmonies of #3F73CE
Complementary color
Monochromatic Colors of #3F73CE
Black with #3F73CE
Text Example
Text Example
White with #3F73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F73CE; }
p { color: rgb(63,115,206); }
H1.HeaderClassName
{
color: #3F73CE;
}
.AnyTagClassName
{
color: #3F73CE;
}
</style>
background-color css
<style>
a { background-color: #3F73CE; }
a { background-color: rgb(63,115,206); }
div.DivClassName
{
background-color: #3F73CE;
}
.BgClassName
{
background-color: #3F73CE;
}
</style>
border-color css
<style>
span { border-color: #3F73CE; }
span { border-color: rgb(63,115,206); }
td.TdClassName
{
border-color: #3F73CE;
}
.TagClassName
{
border-color: #3F73CE;
}
</style>