Shades of Royal Blue #3E77FA
Tints of Royal Blue #3E77FA
RGB
CMYK
RGB Variations
Color information
#3E77FA (or 0x3E77FA) is known color: Royal Blue. HEX triplet: 3E, 77 and FA. RGB value is (62,119,250). Sum of RGB (Red+Green+Blue) = 62+119+250=431 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.39% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E77FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E77FA is #C18805. Grayscale: #747474. Windows color (decimal): -12683270 or 16414526. OLE color: 16414526.
HSL color Cylindrical-coordinate representation of color #3E77FA: hue angle of 221.81º degrees, saturation: 0.95, 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 #3E77FA is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 119 | 250 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.02 |
| HSL | 221.81º | 0.95% | 0.61% | - |
| HSV(B) | 221.81º | 0.75% | 0.98% | - |
| XYZ | 25.84 | 21.12 | 93.16 | - |
| YUV | 116.89 | 203.12 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 250 | 0.75 | 0.52 | 0 | 0.02 | 221.81 | 0.95 | 0.61 |
| Hex | 3E | 77 | FA | 4B | 34 | 0 | 2 | DE | 5F | 3D |
| Octal | 76 | 167 | 372 | 113 | 64 | 0 | 2 | 336 | 137 | 75 |
| Binary | 111110 | 1110111 | 11111010 | 1001011 | 110100 | 0 | 10 | 11011110 | 1011111 | 111101 |
Color Harmonies of #3E77FA
Complementary color
Monochromatic Colors of #3E77FA
Black with #3E77FA
Text Example
Text Example
White with #3E77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E77FA; }
p { color: rgb(62,119,250); }
H1.HeaderClassName
{
color: #3E77FA;
}
.AnyTagClassName
{
color: #3E77FA;
}
</style>
background-color css
<style>
a { background-color: #3E77FA; }
a { background-color: rgb(62,119,250); }
div.DivClassName
{
background-color: #3E77FA;
}
.BgClassName
{
background-color: #3E77FA;
}
</style>
border-color css
<style>
span { border-color: #3E77FA; }
span { border-color: rgb(62,119,250); }
td.TdClassName
{
border-color: #3E77FA;
}
.TagClassName
{
border-color: #3E77FA;
}
</style>