Shades of Royal Blue #3E68FB
Tints of Royal Blue #3E68FB
RGB
CMYK
RGB Variations
Color information
#3E68FB (or 0x3E68FB) is known color: Royal Blue. HEX triplet: 3E, 68 and FB. RGB value is (62,104,251). Sum of RGB (Red+Green+Blue) = 62+104+251=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E68FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E68FB is #C19704. Grayscale: #6B6B6B. Windows color (decimal): -12687109 or 16476222. OLE color: 16476222.
HSL color Cylindrical-coordinate representation of color #3E68FB: hue angle of 226.67º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E68FB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 104 | 251 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.02 |
| HSL | 226.67º | 0.96% | 0.61% | - |
| HSV(B) | 226.67º | 0.75% | 0.98% | - |
| XYZ | 24.35 | 17.89 | 93.44 | - |
| YUV | 108.2 | 208.59 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 251 | 0.75 | 0.59 | 0 | 0.02 | 226.67 | 0.96 | 0.61 |
| Hex | 3E | 68 | FB | 4B | 3B | 0 | 2 | E3 | 60 | 3D |
| Octal | 76 | 150 | 373 | 113 | 73 | 0 | 2 | 343 | 140 | 75 |
| Binary | 111110 | 1101000 | 11111011 | 1001011 | 111011 | 0 | 10 | 11100011 | 1100000 | 111101 |
Color Harmonies of #3E68FB
Complementary color
Monochromatic Colors of #3E68FB
Black with #3E68FB
Text Example
Text Example
White with #3E68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E68FB; }
p { color: rgb(62,104,251); }
H1.HeaderClassName
{
color: #3E68FB;
}
.AnyTagClassName
{
color: #3E68FB;
}
</style>
background-color css
<style>
a { background-color: #3E68FB; }
a { background-color: rgb(62,104,251); }
div.DivClassName
{
background-color: #3E68FB;
}
.BgClassName
{
background-color: #3E68FB;
}
</style>
border-color css
<style>
span { border-color: #3E68FB; }
span { border-color: rgb(62,104,251); }
td.TdClassName
{
border-color: #3E68FB;
}
.TagClassName
{
border-color: #3E68FB;
}
</style>