Shades of Royal Blue #3E6CED
Tints of Royal Blue #3E6CED
RGB
CMYK
RGB Variations
Color information
#3E6CED (or 0x3E6CED) is known color: Royal Blue. HEX triplet: 3E, 6C and ED. RGB value is (62,108,237). Sum of RGB (Red+Green+Blue) = 62+108+237=407 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.23% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E6CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6CED is #C19312. Grayscale: #6C6C6C. Windows color (decimal): -12686099 or 15559742. OLE color: 15559742.
HSL color Cylindrical-coordinate representation of color #3E6CED: hue angle of 224.23º 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 #3E6CED is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 108 | 237 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.07 |
| HSL | 224.23º | 0.83% | 0.59% | - |
| HSV(B) | 224.23º | 0.74% | 0.93% | - |
| XYZ | 22.64 | 17.86 | 82.38 | - |
| YUV | 108.95 | 200.26 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 237 | 0.74 | 0.54 | 0 | 0.07 | 224.23 | 0.83 | 0.59 |
| Hex | 3E | 6C | ED | 4A | 36 | 0 | 7 | E0 | 53 | 3B |
| Octal | 76 | 154 | 355 | 112 | 66 | 0 | 7 | 340 | 123 | 73 |
| Binary | 111110 | 1101100 | 11101101 | 1001010 | 110110 | 0 | 111 | 11100000 | 1010011 | 111011 |
Color Harmonies of #3E6CED
Complementary color
Monochromatic Colors of #3E6CED
Black with #3E6CED
Text Example
Text Example
White with #3E6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6CED; }
p { color: rgb(62,108,237); }
H1.HeaderClassName
{
color: #3E6CED;
}
.AnyTagClassName
{
color: #3E6CED;
}
</style>
background-color css
<style>
a { background-color: #3E6CED; }
a { background-color: rgb(62,108,237); }
div.DivClassName
{
background-color: #3E6CED;
}
.BgClassName
{
background-color: #3E6CED;
}
</style>
border-color css
<style>
span { border-color: #3E6CED; }
span { border-color: rgb(62,108,237); }
td.TdClassName
{
border-color: #3E6CED;
}
.TagClassName
{
border-color: #3E6CED;
}
</style>