Shades of Royal Blue #3E65DB
Tints of Royal Blue #3E65DB
RGB
CMYK
RGB Variations
Color information
#3E65DB (or 0x3E65DB) is known color: Royal Blue. HEX triplet: 3E, 65 and DB. RGB value is (62,101,219). Sum of RGB (Red+Green+Blue) = 62+101+219=382 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.23% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E65DB is #C19A24. Grayscale: #666666. Windows color (decimal): -12687909 or 14378302. OLE color: 14378302.
HSL color Cylindrical-coordinate representation of color #3E65DB: hue angle of 225.1º 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 #3E65DB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 101 | 219 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.14 |
| HSL | 225.1º | 0.69% | 0.55% | - |
| HSV(B) | 225.1º | 0.72% | 0.86% | - |
| XYZ | 19.43 | 15.45 | 68.98 | - |
| YUV | 102.79 | 193.58 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 219 | 0.72 | 0.54 | 0 | 0.14 | 225.1 | 0.69 | 0.55 |
| Hex | 3E | 65 | DB | 48 | 36 | 0 | E | E1 | 45 | 37 |
| Octal | 76 | 145 | 333 | 110 | 66 | 0 | 16 | 341 | 105 | 67 |
| Binary | 111110 | 1100101 | 11011011 | 1001000 | 110110 | 0 | 1110 | 11100001 | 1000101 | 110111 |
Color Harmonies of #3E65DB
Complementary color
Monochromatic Colors of #3E65DB
Black with #3E65DB
Text Example
Text Example
White with #3E65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E65DB; }
p { color: rgb(62,101,219); }
H1.HeaderClassName
{
color: #3E65DB;
}
.AnyTagClassName
{
color: #3E65DB;
}
</style>
background-color css
<style>
a { background-color: #3E65DB; }
a { background-color: rgb(62,101,219); }
div.DivClassName
{
background-color: #3E65DB;
}
.BgClassName
{
background-color: #3E65DB;
}
</style>
border-color css
<style>
span { border-color: #3E65DB; }
span { border-color: rgb(62,101,219); }
td.TdClassName
{
border-color: #3E65DB;
}
.TagClassName
{
border-color: #3E65DB;
}
</style>