Shades of Royal Blue #3E69FF
Tints of Royal Blue #3E69FF
RGB
CMYK
RGB Variations
Color information
#3E69FF (or 0x3E69FF) is known color: Royal Blue. HEX triplet: 3E, 69 and FF. RGB value is (62,105,255). Sum of RGB (Red+Green+Blue) = 62+105+255=422 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.69% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E69FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E69FF is #C19600. Grayscale: #6C6C6C. Windows color (decimal): -12686849 or 16738622. OLE color: 16738622.
HSL color Cylindrical-coordinate representation of color #3E69FF: hue angle of 226.63º 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 #3E69FF is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 105 | 255 | - |
| CMYK | 0.76 | 0.59 | 0 | 0 |
| HSL | 226.63º | 1% | 0.62% | - |
| HSV(B) | 226.63º | 0.76% | 1% | - |
| XYZ | 25.09 | 18.35 | 96.83 | - |
| YUV | 109.24 | 210.25 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 105 | 255 | 0.76 | 0.59 | 0 | 0 | 226.63 | 1 | 0.62 |
| Hex | 3E | 69 | FF | 4C | 3B | 0 | 0 | E3 | 64 | 3E |
| Octal | 76 | 151 | 377 | 114 | 73 | 0 | 0 | 343 | 144 | 76 |
| Binary | 111110 | 1101001 | 11111111 | 1001100 | 111011 | 0 | 0 | 11100011 | 1100100 | 111110 |
Color Harmonies of #3E69FF
Complementary color
Monochromatic Colors of #3E69FF
Black with #3E69FF
Text Example
Text Example
White with #3E69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E69FF; }
p { color: rgb(62,105,255); }
H1.HeaderClassName
{
color: #3E69FF;
}
.AnyTagClassName
{
color: #3E69FF;
}
</style>
background-color css
<style>
a { background-color: #3E69FF; }
a { background-color: rgb(62,105,255); }
div.DivClassName
{
background-color: #3E69FF;
}
.BgClassName
{
background-color: #3E69FF;
}
</style>
border-color css
<style>
span { border-color: #3E69FF; }
span { border-color: rgb(62,105,255); }
td.TdClassName
{
border-color: #3E69FF;
}
.TagClassName
{
border-color: #3E69FF;
}
</style>