Shades of Royal Blue #3F5EDE
Tints of Royal Blue #3F5EDE
RGB
CMYK
RGB Variations
Color information
#3F5EDE (or 0x3F5EDE) is known color: Royal Blue. HEX triplet: 3F, 5E and DE. RGB value is (63,94,222). Sum of RGB (Red+Green+Blue) = 63+94+222=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F5EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5EDE is #C0A121. Grayscale: #626262. Windows color (decimal): -12624162 or 14573119. OLE color: 14573119.
HSL color Cylindrical-coordinate representation of color #3F5EDE: hue angle of 228.3º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F5EDE is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 94 | 222 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.13 |
| HSL | 228.3º | 0.71% | 0.56% | - |
| HSV(B) | 228.3º | 0.72% | 0.87% | - |
| XYZ | 19.24 | 14.34 | 70.86 | - |
| YUV | 99.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 222 | 0.72 | 0.58 | 0 | 0.13 | 228.3 | 0.71 | 0.56 |
| Hex | 3F | 5E | DE | 48 | 3A | 0 | D | E4 | 47 | 38 |
| Octal | 77 | 136 | 336 | 110 | 72 | 0 | 15 | 344 | 107 | 70 |
| Binary | 111111 | 1011110 | 11011110 | 1001000 | 111010 | 0 | 1101 | 11100100 | 1000111 | 111000 |
Color Harmonies of #3F5EDE
Complementary color
Monochromatic Colors of #3F5EDE
Black with #3F5EDE
Text Example
Text Example
White with #3F5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5EDE; }
p { color: rgb(63,94,222); }
H1.HeaderClassName
{
color: #3F5EDE;
}
.AnyTagClassName
{
color: #3F5EDE;
}
</style>
background-color css
<style>
a { background-color: #3F5EDE; }
a { background-color: rgb(63,94,222); }
div.DivClassName
{
background-color: #3F5EDE;
}
.BgClassName
{
background-color: #3F5EDE;
}
</style>
border-color css
<style>
span { border-color: #3F5EDE; }
span { border-color: rgb(63,94,222); }
td.TdClassName
{
border-color: #3F5EDE;
}
.TagClassName
{
border-color: #3F5EDE;
}
</style>