Shades of Royal Blue #3E62DB
Tints of Royal Blue #3E62DB
RGB
CMYK
RGB Variations
Color information
#3E62DB (or 0x3E62DB) is known color: Royal Blue. HEX triplet: 3E, 62 and DB. RGB value is (62,98,219). Sum of RGB (Red+Green+Blue) = 62+98+219=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E62DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E62DB is #C19D24. Grayscale: #646464. Windows color (decimal): -12688677 or 14377534. OLE color: 14377534.
HSL color Cylindrical-coordinate representation of color #3E62DB: hue angle of 226.24º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E62DB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 98 | 219 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.14 |
| HSL | 226.24º | 0.69% | 0.55% | - |
| HSV(B) | 226.24º | 0.72% | 0.86% | - |
| XYZ | 19.14 | 14.87 | 68.88 | - |
| YUV | 101.03 | 194.57 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 219 | 0.72 | 0.55 | 0 | 0.14 | 226.24 | 0.69 | 0.55 |
| Hex | 3E | 62 | DB | 48 | 37 | 0 | E | E2 | 45 | 37 |
| Octal | 76 | 142 | 333 | 110 | 67 | 0 | 16 | 342 | 105 | 67 |
| Binary | 111110 | 1100010 | 11011011 | 1001000 | 110111 | 0 | 1110 | 11100010 | 1000101 | 110111 |
Color Harmonies of #3E62DB
Complementary color
Monochromatic Colors of #3E62DB
Black with #3E62DB
Text Example
Text Example
White with #3E62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E62DB; }
p { color: rgb(62,98,219); }
H1.HeaderClassName
{
color: #3E62DB;
}
.AnyTagClassName
{
color: #3E62DB;
}
</style>
background-color css
<style>
a { background-color: #3E62DB; }
a { background-color: rgb(62,98,219); }
div.DivClassName
{
background-color: #3E62DB;
}
.BgClassName
{
background-color: #3E62DB;
}
</style>
border-color css
<style>
span { border-color: #3E62DB; }
span { border-color: rgb(62,98,219); }
td.TdClassName
{
border-color: #3E62DB;
}
.TagClassName
{
border-color: #3E62DB;
}
</style>