Shades of Royal Blue #3F75CE
Tints of Royal Blue #3F75CE
RGB
CMYK
RGB Variations
Color information
#3F75CE (or 0x3F75CE) is known color: Royal Blue. HEX triplet: 3F, 75 and CE. RGB value is (63,117,206). Sum of RGB (Red+Green+Blue) = 63+117+206=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F75CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F75CE is #C08A31. Grayscale: #6E6E6E. Windows color (decimal): -12618290 or 13530431. OLE color: 13530431.
HSL color Cylindrical-coordinate representation of color #3F75CE: hue angle of 217.34º 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 #3F75CE is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 117 | 206 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.19 |
| HSL | 217.34º | 0.59% | 0.53% | - |
| HSV(B) | 217.34º | 0.69% | 0.81% | - |
| XYZ | 19.55 | 18.24 | 60.88 | - |
| YUV | 111 | 181.61 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 206 | 0.69 | 0.43 | 0 | 0.19 | 217.34 | 0.59 | 0.53 |
| Hex | 3F | 75 | CE | 45 | 2B | 0 | 13 | D9 | 3B | 35 |
| Octal | 77 | 165 | 316 | 105 | 53 | 0 | 23 | 331 | 73 | 65 |
| Binary | 111111 | 1110101 | 11001110 | 1000101 | 101011 | 0 | 10011 | 11011001 | 111011 | 110101 |
Color Harmonies of #3F75CE
Complementary color
Monochromatic Colors of #3F75CE
Black with #3F75CE
Text Example
Text Example
White with #3F75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F75CE; }
p { color: rgb(63,117,206); }
H1.HeaderClassName
{
color: #3F75CE;
}
.AnyTagClassName
{
color: #3F75CE;
}
</style>
background-color css
<style>
a { background-color: #3F75CE; }
a { background-color: rgb(63,117,206); }
div.DivClassName
{
background-color: #3F75CE;
}
.BgClassName
{
background-color: #3F75CE;
}
</style>
border-color css
<style>
span { border-color: #3F75CE; }
span { border-color: rgb(63,117,206); }
td.TdClassName
{
border-color: #3F75CE;
}
.TagClassName
{
border-color: #3F75CE;
}
</style>