Shades of Royal Blue #3E82DB
Tints of Royal Blue #3E82DB
RGB
CMYK
RGB Variations
Color information
#3E82DB (or 0x3E82DB) is known color: Royal Blue. HEX triplet: 3E, 82 and DB. RGB value is (62,130,219). Sum of RGB (Red+Green+Blue) = 62+130+219=411 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.09% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E82DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E82DB is #C17D24. Grayscale: #777777. Windows color (decimal): -12680485 or 14385726. OLE color: 14385726.
HSL color Cylindrical-coordinate representation of color #3E82DB: hue angle of 214.01º 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 #3E82DB is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 130 | 219 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.14 |
| HSL | 214.01º | 0.69% | 0.55% | - |
| HSV(B) | 214.01º | 0.72% | 0.86% | - |
| XYZ | 22.76 | 22.1 | 70.08 | - |
| YUV | 119.81 | 183.97 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 219 | 0.72 | 0.41 | 0 | 0.14 | 214.01 | 0.69 | 0.55 |
| Hex | 3E | 82 | DB | 48 | 29 | 0 | E | D6 | 45 | 37 |
| Octal | 76 | 202 | 333 | 110 | 51 | 0 | 16 | 326 | 105 | 67 |
| Binary | 111110 | 10000010 | 11011011 | 1001000 | 101001 | 0 | 1110 | 11010110 | 1000101 | 110111 |
Color Harmonies of #3E82DB
Complementary color
Monochromatic Colors of #3E82DB
Black with #3E82DB
Text Example
Text Example
White with #3E82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E82DB; }
p { color: rgb(62,130,219); }
H1.HeaderClassName
{
color: #3E82DB;
}
.AnyTagClassName
{
color: #3E82DB;
}
</style>
background-color css
<style>
a { background-color: #3E82DB; }
a { background-color: rgb(62,130,219); }
div.DivClassName
{
background-color: #3E82DB;
}
.BgClassName
{
background-color: #3E82DB;
}
</style>
border-color css
<style>
span { border-color: #3E82DB; }
span { border-color: rgb(62,130,219); }
td.TdClassName
{
border-color: #3E82DB;
}
.TagClassName
{
border-color: #3E82DB;
}
</style>