Shades of Royal Blue #3E6BFC
Tints of Royal Blue #3E6BFC
RGB
CMYK
RGB Variations
Color information
#3E6BFC (or 0x3E6BFC) is known color: Royal Blue. HEX triplet: 3E, 6B and FC. RGB value is (62,107,252). Sum of RGB (Red+Green+Blue) = 62+107+252=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6BFC is #C19403. Grayscale: #6D6D6D. Windows color (decimal): -12686340 or 16542526. OLE color: 16542526.
HSL color Cylindrical-coordinate representation of color #3E6BFC: hue angle of 225.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E6BFC is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 107 | 252 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.01 |
| HSL | 225.79º | 0.97% | 0.62% | - |
| HSV(B) | 225.79º | 0.75% | 0.99% | - |
| XYZ | 24.81 | 18.57 | 94.37 | - |
| YUV | 110.08 | 208.09 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 252 | 0.75 | 0.58 | 0 | 0.01 | 225.79 | 0.97 | 0.62 |
| Hex | 3E | 6B | FC | 4B | 3A | 0 | 1 | E2 | 61 | 3E |
| Octal | 76 | 153 | 374 | 113 | 72 | 0 | 1 | 342 | 141 | 76 |
| Binary | 111110 | 1101011 | 11111100 | 1001011 | 111010 | 0 | 1 | 11100010 | 1100001 | 111110 |
Color Harmonies of #3E6BFC
Complementary color
Monochromatic Colors of #3E6BFC
Black with #3E6BFC
Text Example
Text Example
White with #3E6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6BFC; }
p { color: rgb(62,107,252); }
H1.HeaderClassName
{
color: #3E6BFC;
}
.AnyTagClassName
{
color: #3E6BFC;
}
</style>
background-color css
<style>
a { background-color: #3E6BFC; }
a { background-color: rgb(62,107,252); }
div.DivClassName
{
background-color: #3E6BFC;
}
.BgClassName
{
background-color: #3E6BFC;
}
</style>
border-color css
<style>
span { border-color: #3E6BFC; }
span { border-color: rgb(62,107,252); }
td.TdClassName
{
border-color: #3E6BFC;
}
.TagClassName
{
border-color: #3E6BFC;
}
</style>