Shades of Royal Blue #3E6BE1
Tints of Royal Blue #3E6BE1
RGB
CMYK
RGB Variations
Color information
#3E6BE1 (or 0x3E6BE1) is known color: Royal Blue. HEX triplet: 3E, 6B and E1. RGB value is (62,107,225). Sum of RGB (Red+Green+Blue) = 62+107+225=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #3E6BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6BE1 is #C1941E. Grayscale: #6A6A6A. Windows color (decimal): -12686367 or 14773054. OLE color: 14773054.
HSL color Cylindrical-coordinate representation of color #3E6BE1: hue angle of 223.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E6BE1 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 107 | 225 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.12 |
| HSL | 223.44º | 0.73% | 0.56% | - |
| HSV(B) | 223.44º | 0.72% | 0.88% | - |
| XYZ | 20.83 | 16.98 | 73.41 | - |
| YUV | 107 | 194.59 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 225 | 0.72 | 0.52 | 0 | 0.12 | 223.44 | 0.73 | 0.56 |
| Hex | 3E | 6B | E1 | 48 | 34 | 0 | C | DF | 49 | 38 |
| Octal | 76 | 153 | 341 | 110 | 64 | 0 | 14 | 337 | 111 | 70 |
| Binary | 111110 | 1101011 | 11100001 | 1001000 | 110100 | 0 | 1100 | 11011111 | 1001001 | 111000 |
Color Harmonies of #3E6BE1
Complementary color
Monochromatic Colors of #3E6BE1
Black with #3E6BE1
Text Example
Text Example
White with #3E6BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6BE1; }
p { color: rgb(62,107,225); }
H1.HeaderClassName
{
color: #3E6BE1;
}
.AnyTagClassName
{
color: #3E6BE1;
}
</style>
background-color css
<style>
a { background-color: #3E6BE1; }
a { background-color: rgb(62,107,225); }
div.DivClassName
{
background-color: #3E6BE1;
}
.BgClassName
{
background-color: #3E6BE1;
}
</style>
border-color css
<style>
span { border-color: #3E6BE1; }
span { border-color: rgb(62,107,225); }
td.TdClassName
{
border-color: #3E6BE1;
}
.TagClassName
{
border-color: #3E6BE1;
}
</style>