Shades of Royal Blue #3E6FFB
Tints of Royal Blue #3E6FFB
RGB
CMYK
RGB Variations
Color information
#3E6FFB (or 0x3E6FFB) is known color: Royal Blue. HEX triplet: 3E, 6F and FB. RGB value is (62,111,251). Sum of RGB (Red+Green+Blue) = 62+111+251=424 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.62% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E6FFB is #C19004. Grayscale: #6F6F6F. Windows color (decimal): -12685317 or 16478014. OLE color: 16478014.
HSL color Cylindrical-coordinate representation of color #3E6FFB: hue angle of 224.44º 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 #3E6FFB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 111 | 251 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.02 |
| HSL | 224.44º | 0.96% | 0.61% | - |
| HSV(B) | 224.44º | 0.75% | 0.98% | - |
| XYZ | 25.08 | 19.36 | 93.68 | - |
| YUV | 112.31 | 206.27 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 251 | 0.75 | 0.56 | 0 | 0.02 | 224.44 | 0.96 | 0.61 |
| Hex | 3E | 6F | FB | 4B | 38 | 0 | 2 | E0 | 60 | 3D |
| Octal | 76 | 157 | 373 | 113 | 70 | 0 | 2 | 340 | 140 | 75 |
| Binary | 111110 | 1101111 | 11111011 | 1001011 | 111000 | 0 | 10 | 11100000 | 1100000 | 111101 |
Color Harmonies of #3E6FFB
Complementary color
Monochromatic Colors of #3E6FFB
Black with #3E6FFB
Text Example
Text Example
White with #3E6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6FFB; }
p { color: rgb(62,111,251); }
H1.HeaderClassName
{
color: #3E6FFB;
}
.AnyTagClassName
{
color: #3E6FFB;
}
</style>
background-color css
<style>
a { background-color: #3E6FFB; }
a { background-color: rgb(62,111,251); }
div.DivClassName
{
background-color: #3E6FFB;
}
.BgClassName
{
background-color: #3E6FFB;
}
</style>
border-color css
<style>
span { border-color: #3E6FFB; }
span { border-color: rgb(62,111,251); }
td.TdClassName
{
border-color: #3E6FFB;
}
.TagClassName
{
border-color: #3E6FFB;
}
</style>