Shades of Royal Blue #3E75DF
Tints of Royal Blue #3E75DF
RGB
CMYK
RGB Variations
Color information
#3E75DF (or 0x3E75DF) is known color: Royal Blue. HEX triplet: 3E, 75 and DF. RGB value is (62,117,223). Sum of RGB (Red+Green+Blue) = 62+117+223=402 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.42% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E75DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75DF is #C18A20. Grayscale: #707070. Windows color (decimal): -12683809 or 14644542. OLE color: 14644542.
HSL color Cylindrical-coordinate representation of color #3E75DF: hue angle of 219.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E75DF is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 117 | 223 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.13 |
| HSL | 219.5º | 0.72% | 0.56% | - |
| HSV(B) | 219.5º | 0.72% | 0.87% | - |
| XYZ | 21.67 | 19.07 | 72.35 | - |
| YUV | 112.64 | 190.28 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 223 | 0.72 | 0.48 | 0 | 0.13 | 219.5 | 0.72 | 0.56 |
| Hex | 3E | 75 | DF | 48 | 30 | 0 | D | DC | 48 | 38 |
| Octal | 76 | 165 | 337 | 110 | 60 | 0 | 15 | 334 | 110 | 70 |
| Binary | 111110 | 1110101 | 11011111 | 1001000 | 110000 | 0 | 1101 | 11011100 | 1001000 | 111000 |
Color Harmonies of #3E75DF
Complementary color
Monochromatic Colors of #3E75DF
Black with #3E75DF
Text Example
Text Example
White with #3E75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E75DF; }
p { color: rgb(62,117,223); }
H1.HeaderClassName
{
color: #3E75DF;
}
.AnyTagClassName
{
color: #3E75DF;
}
</style>
background-color css
<style>
a { background-color: #3E75DF; }
a { background-color: rgb(62,117,223); }
div.DivClassName
{
background-color: #3E75DF;
}
.BgClassName
{
background-color: #3E75DF;
}
</style>
border-color css
<style>
span { border-color: #3E75DF; }
span { border-color: rgb(62,117,223); }
td.TdClassName
{
border-color: #3E75DF;
}
.TagClassName
{
border-color: #3E75DF;
}
</style>