Shades of Royal Blue #3E6AED
Tints of Royal Blue #3E6AED
RGB
CMYK
RGB Variations
Color information
#3E6AED (or 0x3E6AED) is known color: Royal Blue. HEX triplet: 3E, 6A and ED. RGB value is (62,106,237). Sum of RGB (Red+Green+Blue) = 62+106+237=405 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.31% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E6AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6AED is #C19512. Grayscale: #6B6B6B. Windows color (decimal): -12686611 or 15559230. OLE color: 15559230.
HSL color Cylindrical-coordinate representation of color #3E6AED: hue angle of 224.91º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E6AED is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 106 | 237 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.07 |
| HSL | 224.91º | 0.83% | 0.59% | - |
| HSV(B) | 224.91º | 0.74% | 0.93% | - |
| XYZ | 22.43 | 17.45 | 82.31 | - |
| YUV | 107.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 106 | 237 | 0.74 | 0.55 | 0 | 0.07 | 224.91 | 0.83 | 0.59 |
| Hex | 3E | 6A | ED | 4A | 37 | 0 | 7 | E1 | 53 | 3B |
| Octal | 76 | 152 | 355 | 112 | 67 | 0 | 7 | 341 | 123 | 73 |
| Binary | 111110 | 1101010 | 11101101 | 1001010 | 110111 | 0 | 111 | 11100001 | 1010011 | 111011 |
Color Harmonies of #3E6AED
Complementary color
Monochromatic Colors of #3E6AED
Black with #3E6AED
Text Example
Text Example
White with #3E6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6AED; }
p { color: rgb(62,106,237); }
H1.HeaderClassName
{
color: #3E6AED;
}
.AnyTagClassName
{
color: #3E6AED;
}
</style>
background-color css
<style>
a { background-color: #3E6AED; }
a { background-color: rgb(62,106,237); }
div.DivClassName
{
background-color: #3E6AED;
}
.BgClassName
{
background-color: #3E6AED;
}
</style>
border-color css
<style>
span { border-color: #3E6AED; }
span { border-color: rgb(62,106,237); }
td.TdClassName
{
border-color: #3E6AED;
}
.TagClassName
{
border-color: #3E6AED;
}
</style>