Shades of Royal Blue #3E75DB
Tints of Royal Blue #3E75DB
RGB
CMYK
RGB Variations
Color information
#3E75DB (or 0x3E75DB) is known color: Royal Blue. HEX triplet: 3E, 75 and DB. RGB value is (62,117,219). Sum of RGB (Red+Green+Blue) = 62+117+219=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E75DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75DB is #C18A24. Grayscale: #6F6F6F. Windows color (decimal): -12683813 or 14382398. OLE color: 14382398.
HSL color Cylindrical-coordinate representation of color #3E75DB: hue angle of 218.98º 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 #3E75DB is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 117 | 219 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.14 |
| HSL | 218.98º | 0.69% | 0.55% | - |
| HSV(B) | 218.98º | 0.72% | 0.86% | - |
| XYZ | 21.13 | 18.86 | 69.54 | - |
| YUV | 112.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 219 | 0.72 | 0.47 | 0 | 0.14 | 218.98 | 0.69 | 0.55 |
| Hex | 3E | 75 | DB | 48 | 2F | 0 | E | DB | 45 | 37 |
| Octal | 76 | 165 | 333 | 110 | 57 | 0 | 16 | 333 | 105 | 67 |
| Binary | 111110 | 1110101 | 11011011 | 1001000 | 101111 | 0 | 1110 | 11011011 | 1000101 | 110111 |
Color Harmonies of #3E75DB
Complementary color
Monochromatic Colors of #3E75DB
Black with #3E75DB
Text Example
Text Example
White with #3E75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E75DB; }
p { color: rgb(62,117,219); }
H1.HeaderClassName
{
color: #3E75DB;
}
.AnyTagClassName
{
color: #3E75DB;
}
</style>
background-color css
<style>
a { background-color: #3E75DB; }
a { background-color: rgb(62,117,219); }
div.DivClassName
{
background-color: #3E75DB;
}
.BgClassName
{
background-color: #3E75DB;
}
</style>
border-color css
<style>
span { border-color: #3E75DB; }
span { border-color: rgb(62,117,219); }
td.TdClassName
{
border-color: #3E75DB;
}
.TagClassName
{
border-color: #3E75DB;
}
</style>