Shades of Royal Blue #3F72CE
Tints of Royal Blue #3F72CE
RGB
CMYK
RGB Variations
Color information
#3F72CE (or 0x3F72CE) is known color: Royal Blue. HEX triplet: 3F, 72 and CE. RGB value is (63,114,206). Sum of RGB (Red+Green+Blue) = 63+114+206=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F72CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F72CE is #C08D31. Grayscale: #6C6C6C. Windows color (decimal): -12619058 or 13529663. OLE color: 13529663.
HSL color Cylindrical-coordinate representation of color #3F72CE: hue angle of 218.6º 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 #3F72CE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 114 | 206 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.19 |
| HSL | 218.6º | 0.59% | 0.53% | - |
| HSV(B) | 218.6º | 0.69% | 0.81% | - |
| XYZ | 19.21 | 17.55 | 60.77 | - |
| YUV | 109.24 | 182.6 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 206 | 0.69 | 0.45 | 0 | 0.19 | 218.6 | 0.59 | 0.53 |
| Hex | 3F | 72 | CE | 45 | 2D | 0 | 13 | DB | 3B | 35 |
| Octal | 77 | 162 | 316 | 105 | 55 | 0 | 23 | 333 | 73 | 65 |
| Binary | 111111 | 1110010 | 11001110 | 1000101 | 101101 | 0 | 10011 | 11011011 | 111011 | 110101 |
Color Harmonies of #3F72CE
Complementary color
Monochromatic Colors of #3F72CE
Black with #3F72CE
Text Example
Text Example
White with #3F72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F72CE; }
p { color: rgb(63,114,206); }
H1.HeaderClassName
{
color: #3F72CE;
}
.AnyTagClassName
{
color: #3F72CE;
}
</style>
background-color css
<style>
a { background-color: #3F72CE; }
a { background-color: rgb(63,114,206); }
div.DivClassName
{
background-color: #3F72CE;
}
.BgClassName
{
background-color: #3F72CE;
}
</style>
border-color css
<style>
span { border-color: #3F72CE; }
span { border-color: rgb(63,114,206); }
td.TdClassName
{
border-color: #3F72CE;
}
.TagClassName
{
border-color: #3F72CE;
}
</style>