Shades of Royal Blue #3E6FFA
Tints of Royal Blue #3E6FFA
RGB
CMYK
RGB Variations
Color information
#3E6FFA (or 0x3E6FFA) is known color: Royal Blue. HEX triplet: 3E, 6F and FA. RGB value is (62,111,250). Sum of RGB (Red+Green+Blue) = 62+111+250=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E6FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6FFA is #C19005. Grayscale: #6F6F6F. Windows color (decimal): -12685318 or 16412478. OLE color: 16412478.
HSL color Cylindrical-coordinate representation of color #3E6FFA: hue angle of 224.36º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E6FFA is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 111 | 250 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.02 |
| HSL | 224.36º | 0.95% | 0.61% | - |
| HSV(B) | 224.36º | 0.75% | 0.98% | - |
| XYZ | 24.93 | 19.3 | 92.85 | - |
| YUV | 112.2 | 205.77 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 250 | 0.75 | 0.56 | 0 | 0.02 | 224.36 | 0.95 | 0.61 |
| Hex | 3E | 6F | FA | 4B | 38 | 0 | 2 | E0 | 5F | 3D |
| Octal | 76 | 157 | 372 | 113 | 70 | 0 | 2 | 340 | 137 | 75 |
| Binary | 111110 | 1101111 | 11111010 | 1001011 | 111000 | 0 | 10 | 11100000 | 1011111 | 111101 |
Color Harmonies of #3E6FFA
Complementary color
Monochromatic Colors of #3E6FFA
Black with #3E6FFA
Text Example
Text Example
White with #3E6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FFA; }
p { color: rgb(62,111,250); }
H1.HeaderClassName
{
color: #3E6FFA;
}
.AnyTagClassName
{
color: #3E6FFA;
}
</style>
background-color css
<style>
a { background-color: #3E6FFA; }
a { background-color: rgb(62,111,250); }
div.DivClassName
{
background-color: #3E6FFA;
}
.BgClassName
{
background-color: #3E6FFA;
}
</style>
border-color css
<style>
span { border-color: #3E6FFA; }
span { border-color: rgb(62,111,250); }
td.TdClassName
{
border-color: #3E6FFA;
}
.TagClassName
{
border-color: #3E6FFA;
}
</style>