Shades of Royal Blue #3E6BEB
Tints of Royal Blue #3E6BEB
RGB
CMYK
RGB Variations
Color information
#3E6BEB (or 0x3E6BEB) is known color: Royal Blue. HEX triplet: 3E, 6B and EB. RGB value is (62,107,235). Sum of RGB (Red+Green+Blue) = 62+107+235=404 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.35% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E6BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6BEB is #C19414. Grayscale: #6B6B6B. Windows color (decimal): -12686357 or 15428414. OLE color: 15428414.
HSL color Cylindrical-coordinate representation of color #3E6BEB: hue angle of 224.39º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E6BEB is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 107 | 235 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.08 |
| HSL | 224.39º | 0.81% | 0.58% | - |
| HSV(B) | 224.39º | 0.74% | 0.92% | - |
| XYZ | 22.24 | 17.54 | 80.81 | - |
| YUV | 108.14 | 199.59 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 235 | 0.74 | 0.54 | 0 | 0.08 | 224.39 | 0.81 | 0.58 |
| Hex | 3E | 6B | EB | 4A | 36 | 0 | 8 | E0 | 51 | 3A |
| Octal | 76 | 153 | 353 | 112 | 66 | 0 | 10 | 340 | 121 | 72 |
| Binary | 111110 | 1101011 | 11101011 | 1001010 | 110110 | 0 | 1000 | 11100000 | 1010001 | 111010 |
Color Harmonies of #3E6BEB
Complementary color
Monochromatic Colors of #3E6BEB
Black with #3E6BEB
Text Example
Text Example
White with #3E6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6BEB; }
p { color: rgb(62,107,235); }
H1.HeaderClassName
{
color: #3E6BEB;
}
.AnyTagClassName
{
color: #3E6BEB;
}
</style>
background-color css
<style>
a { background-color: #3E6BEB; }
a { background-color: rgb(62,107,235); }
div.DivClassName
{
background-color: #3E6BEB;
}
.BgClassName
{
background-color: #3E6BEB;
}
</style>
border-color css
<style>
span { border-color: #3E6BEB; }
span { border-color: rgb(62,107,235); }
td.TdClassName
{
border-color: #3E6BEB;
}
.TagClassName
{
border-color: #3E6BEB;
}
</style>