Shades of Royal Blue #3E71C8
Tints of Royal Blue #3E71C8
RGB
CMYK
RGB Variations
Color information
#3E71C8 (or 0x3E71C8) is known color: Royal Blue. HEX triplet: 3E, 71 and C8. RGB value is (62,113,200). Sum of RGB (Red+Green+Blue) = 62+113+200=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #3E71C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E71C8 is #C18E37. Grayscale: #6B6B6B. Windows color (decimal): -12684856 or 13136190. OLE color: 13136190.
HSL color Cylindrical-coordinate representation of color #3E71C8: hue angle of 217.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E71C8 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 113 | 200 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.22 |
| HSL | 217.83º | 0.56% | 0.51% | - |
| HSV(B) | 217.83º | 0.69% | 0.78% | - |
| XYZ | 18.32 | 17 | 56.96 | - |
| YUV | 107.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 113 | 200 | 0.69 | 0.44 | 0 | 0.22 | 217.83 | 0.56 | 0.51 |
| Hex | 3E | 71 | C8 | 45 | 2C | 0 | 16 | DA | 38 | 33 |
| Octal | 76 | 161 | 310 | 105 | 54 | 0 | 26 | 332 | 70 | 63 |
| Binary | 111110 | 1110001 | 11001000 | 1000101 | 101100 | 0 | 10110 | 11011010 | 111000 | 110011 |
Color Harmonies of #3E71C8
Complementary color
Monochromatic Colors of #3E71C8
Black with #3E71C8
Text Example
Text Example
White with #3E71C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E71C8; }
p { color: rgb(62,113,200); }
H1.HeaderClassName
{
color: #3E71C8;
}
.AnyTagClassName
{
color: #3E71C8;
}
</style>
background-color css
<style>
a { background-color: #3E71C8; }
a { background-color: rgb(62,113,200); }
div.DivClassName
{
background-color: #3E71C8;
}
.BgClassName
{
background-color: #3E71C8;
}
</style>
border-color css
<style>
span { border-color: #3E71C8; }
span { border-color: rgb(62,113,200); }
td.TdClassName
{
border-color: #3E71C8;
}
.TagClassName
{
border-color: #3E71C8;
}
</style>