Shades of Royal Blue #3E6BFF
Tints of Royal Blue #3E6BFF
RGB
CMYK
RGB Variations
Color information
#3E6BFF (or 0x3E6BFF) is known color: Royal Blue. HEX triplet: 3E, 6B and FF. RGB value is (62,107,255). Sum of RGB (Red+Green+Blue) = 62+107+255=424 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.62% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E6BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6BFF is #C19400. Grayscale: #6D6D6D. Windows color (decimal): -12686337 or 16739134. OLE color: 16739134.
HSL color Cylindrical-coordinate representation of color #3E6BFF: hue angle of 226.01º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E6BFF is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 107 | 255 | - |
| CMYK | 0.76 | 0.58 | 0 | 0 |
| HSL | 226.01º | 1% | 0.62% | - |
| HSV(B) | 226.01º | 0.76% | 1% | - |
| XYZ | 25.29 | 18.76 | 96.9 | - |
| YUV | 110.42 | 209.59 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 255 | 0.76 | 0.58 | 0 | 0 | 226.01 | 1 | 0.62 |
| Hex | 3E | 6B | FF | 4C | 3A | 0 | 0 | E2 | 64 | 3E |
| Octal | 76 | 153 | 377 | 114 | 72 | 0 | 0 | 342 | 144 | 76 |
| Binary | 111110 | 1101011 | 11111111 | 1001100 | 111010 | 0 | 0 | 11100010 | 1100100 | 111110 |
Color Harmonies of #3E6BFF
Complementary color
Monochromatic Colors of #3E6BFF
Black with #3E6BFF
Text Example
Text Example
White with #3E6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6BFF; }
p { color: rgb(62,107,255); }
H1.HeaderClassName
{
color: #3E6BFF;
}
.AnyTagClassName
{
color: #3E6BFF;
}
</style>
background-color css
<style>
a { background-color: #3E6BFF; }
a { background-color: rgb(62,107,255); }
div.DivClassName
{
background-color: #3E6BFF;
}
.BgClassName
{
background-color: #3E6BFF;
}
</style>
border-color css
<style>
span { border-color: #3E6BFF; }
span { border-color: rgb(62,107,255); }
td.TdClassName
{
border-color: #3E6BFF;
}
.TagClassName
{
border-color: #3E6BFF;
}
</style>