Shades of Royal Blue #3E62DD
Tints of Royal Blue #3E62DD
RGB
CMYK
RGB Variations
Color information
#3E62DD (or 0x3E62DD) is known color: Royal Blue. HEX triplet: 3E, 62 and DD. RGB value is (62,98,221). Sum of RGB (Red+Green+Blue) = 62+98+221=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E62DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E62DD is #C19D22. Grayscale: #646464. Windows color (decimal): -12688675 or 14508606. OLE color: 14508606.
HSL color Cylindrical-coordinate representation of color #3E62DD: hue angle of 226.42º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E62DD is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 98 | 221 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.13 |
| HSL | 226.42º | 0.7% | 0.55% | - |
| HSV(B) | 226.42º | 0.72% | 0.87% | - |
| XYZ | 19.41 | 14.98 | 70.28 | - |
| YUV | 101.26 | 195.57 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 221 | 0.72 | 0.56 | 0 | 0.13 | 226.42 | 0.7 | 0.55 |
| Hex | 3E | 62 | DD | 48 | 38 | 0 | D | E2 | 46 | 37 |
| Octal | 76 | 142 | 335 | 110 | 70 | 0 | 15 | 342 | 106 | 67 |
| Binary | 111110 | 1100010 | 11011101 | 1001000 | 111000 | 0 | 1101 | 11100010 | 1000110 | 110111 |
Color Harmonies of #3E62DD
Complementary color
Monochromatic Colors of #3E62DD
Black with #3E62DD
Text Example
Text Example
White with #3E62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E62DD; }
p { color: rgb(62,98,221); }
H1.HeaderClassName
{
color: #3E62DD;
}
.AnyTagClassName
{
color: #3E62DD;
}
</style>
background-color css
<style>
a { background-color: #3E62DD; }
a { background-color: rgb(62,98,221); }
div.DivClassName
{
background-color: #3E62DD;
}
.BgClassName
{
background-color: #3E62DD;
}
</style>
border-color css
<style>
span { border-color: #3E62DD; }
span { border-color: rgb(62,98,221); }
td.TdClassName
{
border-color: #3E62DD;
}
.TagClassName
{
border-color: #3E62DD;
}
</style>