Shades of Royal Blue #3F77CE
Tints of Royal Blue #3F77CE
RGB
CMYK
RGB Variations
Color information
#3F77CE (or 0x3F77CE) is known color: Royal Blue. HEX triplet: 3F, 77 and CE. RGB value is (63,119,206). Sum of RGB (Red+Green+Blue) = 63+119+206=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F77CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F77CE is #C08831. Grayscale: #6F6F6F. Windows color (decimal): -12617778 or 13530943. OLE color: 13530943.
HSL color Cylindrical-coordinate representation of color #3F77CE: hue angle of 216.5º 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 #3F77CE is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 119 | 206 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.19 |
| HSL | 216.5º | 0.59% | 0.53% | - |
| HSV(B) | 216.5º | 0.69% | 0.81% | - |
| XYZ | 19.79 | 18.71 | 60.96 | - |
| YUV | 112.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 206 | 0.69 | 0.42 | 0 | 0.19 | 216.5 | 0.59 | 0.53 |
| Hex | 3F | 77 | CE | 45 | 2A | 0 | 13 | D9 | 3B | 35 |
| Octal | 77 | 167 | 316 | 105 | 52 | 0 | 23 | 331 | 73 | 65 |
| Binary | 111111 | 1110111 | 11001110 | 1000101 | 101010 | 0 | 10011 | 11011001 | 111011 | 110101 |
Color Harmonies of #3F77CE
Complementary color
Monochromatic Colors of #3F77CE
Black with #3F77CE
Text Example
Text Example
White with #3F77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F77CE; }
p { color: rgb(63,119,206); }
H1.HeaderClassName
{
color: #3F77CE;
}
.AnyTagClassName
{
color: #3F77CE;
}
</style>
background-color css
<style>
a { background-color: #3F77CE; }
a { background-color: rgb(63,119,206); }
div.DivClassName
{
background-color: #3F77CE;
}
.BgClassName
{
background-color: #3F77CE;
}
</style>
border-color css
<style>
span { border-color: #3F77CE; }
span { border-color: rgb(63,119,206); }
td.TdClassName
{
border-color: #3F77CE;
}
.TagClassName
{
border-color: #3F77CE;
}
</style>