Shades of Royal Blue #3E64DB
Tints of Royal Blue #3E64DB
RGB
CMYK
RGB Variations
Color information
#3E64DB (or 0x3E64DB) is known color: Royal Blue. HEX triplet: 3E, 64 and DB. RGB value is (62,100,219). Sum of RGB (Red+Green+Blue) = 62+100+219=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E64DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E64DB is #C19B24. Grayscale: #656565. Windows color (decimal): -12688165 or 14378046. OLE color: 14378046.
HSL color Cylindrical-coordinate representation of color #3E64DB: hue angle of 225.48º 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 #3E64DB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 100 | 219 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.14 |
| HSL | 225.48º | 0.69% | 0.55% | - |
| HSV(B) | 225.48º | 0.72% | 0.86% | - |
| XYZ | 19.33 | 15.25 | 68.94 | - |
| YUV | 102.2 | 193.91 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 100 | 219 | 0.72 | 0.54 | 0 | 0.14 | 225.48 | 0.69 | 0.55 |
| Hex | 3E | 64 | DB | 48 | 36 | 0 | E | E1 | 45 | 37 |
| Octal | 76 | 144 | 333 | 110 | 66 | 0 | 16 | 341 | 105 | 67 |
| Binary | 111110 | 1100100 | 11011011 | 1001000 | 110110 | 0 | 1110 | 11100001 | 1000101 | 110111 |
Color Harmonies of #3E64DB
Complementary color
Monochromatic Colors of #3E64DB
Black with #3E64DB
Text Example
Text Example
White with #3E64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E64DB; }
p { color: rgb(62,100,219); }
H1.HeaderClassName
{
color: #3E64DB;
}
.AnyTagClassName
{
color: #3E64DB;
}
</style>
background-color css
<style>
a { background-color: #3E64DB; }
a { background-color: rgb(62,100,219); }
div.DivClassName
{
background-color: #3E64DB;
}
.BgClassName
{
background-color: #3E64DB;
}
</style>
border-color css
<style>
span { border-color: #3E64DB; }
span { border-color: rgb(62,100,219); }
td.TdClassName
{
border-color: #3E64DB;
}
.TagClassName
{
border-color: #3E64DB;
}
</style>