Shades of Royal Blue #3F60EA
Tints of Royal Blue #3F60EA
RGB
CMYK
RGB Variations
Color information
#3F60EA (or 0x3F60EA) is known color: Royal Blue. HEX triplet: 3F, 60 and EA. RGB value is (63,96,234). Sum of RGB (Red+Green+Blue) = 63+96+234=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F60EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F60EA is #C09F15. Grayscale: #656565. Windows color (decimal): -12623638 or 15360063. OLE color: 15360063.
HSL color Cylindrical-coordinate representation of color #3F60EA: hue angle of 228.42º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F60EA is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 96 | 234 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.08 |
| HSL | 228.42º | 0.8% | 0.58% | - |
| HSV(B) | 228.42º | 0.73% | 0.92% | - |
| XYZ | 21.08 | 15.36 | 79.7 | - |
| YUV | 101.87 | 202.57 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 234 | 0.73 | 0.59 | 0 | 0.08 | 228.42 | 0.8 | 0.58 |
| Hex | 3F | 60 | EA | 49 | 3B | 0 | 8 | E4 | 50 | 3A |
| Octal | 77 | 140 | 352 | 111 | 73 | 0 | 10 | 344 | 120 | 72 |
| Binary | 111111 | 1100000 | 11101010 | 1001001 | 111011 | 0 | 1000 | 11100100 | 1010000 | 111010 |
Color Harmonies of #3F60EA
Complementary color
Monochromatic Colors of #3F60EA
Black with #3F60EA
Text Example
Text Example
White with #3F60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F60EA; }
p { color: rgb(63,96,234); }
H1.HeaderClassName
{
color: #3F60EA;
}
.AnyTagClassName
{
color: #3F60EA;
}
</style>
background-color css
<style>
a { background-color: #3F60EA; }
a { background-color: rgb(63,96,234); }
div.DivClassName
{
background-color: #3F60EA;
}
.BgClassName
{
background-color: #3F60EA;
}
</style>
border-color css
<style>
span { border-color: #3F60EA; }
span { border-color: rgb(63,96,234); }
td.TdClassName
{
border-color: #3F60EA;
}
.TagClassName
{
border-color: #3F60EA;
}
</style>