Shades of Royal Blue #3E6CFF
Tints of Royal Blue #3E6CFF
RGB
CMYK
RGB Variations
Color information
#3E6CFF (or 0x3E6CFF) is known color: Royal Blue. HEX triplet: 3E, 6C and FF. RGB value is (62,108,255). Sum of RGB (Red+Green+Blue) = 62+108+255=425 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.59% from 425); Green value is 108 (42.58% from 255 or 25.41% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E6CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6CFF is #C19300. Grayscale: #6E6E6E. Windows color (decimal): -12686081 or 16739390. OLE color: 16739390.
HSL color Cylindrical-coordinate representation of color #3E6CFF: hue angle of 225.7º 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 #3E6CFF is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 108 | 255 | - |
| CMYK | 0.76 | 0.58 | 0 | 0 |
| HSL | 225.7º | 1% | 0.62% | - |
| HSV(B) | 225.7º | 0.76% | 1% | - |
| XYZ | 25.4 | 18.97 | 96.93 | - |
| YUV | 111 | 209.26 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 108 | 255 | 0.76 | 0.58 | 0 | 0 | 225.7 | 1 | 0.62 |
| Hex | 3E | 6C | FF | 4C | 3A | 0 | 0 | E2 | 64 | 3E |
| Octal | 76 | 154 | 377 | 114 | 72 | 0 | 0 | 342 | 144 | 76 |
| Binary | 111110 | 1101100 | 11111111 | 1001100 | 111010 | 0 | 0 | 11100010 | 1100100 | 111110 |
Color Harmonies of #3E6CFF
Complementary color
Monochromatic Colors of #3E6CFF
Black with #3E6CFF
Text Example
Text Example
White with #3E6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6CFF; }
p { color: rgb(62,108,255); }
H1.HeaderClassName
{
color: #3E6CFF;
}
.AnyTagClassName
{
color: #3E6CFF;
}
</style>
background-color css
<style>
a { background-color: #3E6CFF; }
a { background-color: rgb(62,108,255); }
div.DivClassName
{
background-color: #3E6CFF;
}
.BgClassName
{
background-color: #3E6CFF;
}
</style>
border-color css
<style>
span { border-color: #3E6CFF; }
span { border-color: rgb(62,108,255); }
td.TdClassName
{
border-color: #3E6CFF;
}
.TagClassName
{
border-color: #3E6CFF;
}
</style>