Shades of Royal Blue #3E5BDA
Tints of Royal Blue #3E5BDA
RGB
CMYK
RGB Variations
Color information
#3E5BDA (or 0x3E5BDA) is known color: Royal Blue. HEX triplet: 3E, 5B and DA. RGB value is (62,91,218). Sum of RGB (Red+Green+Blue) = 62+91+218=371 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.71% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E5BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E5BDA is #C1A425. Grayscale: #606060. Windows color (decimal): -12690470 or 14310206. OLE color: 14310206.
HSL color Cylindrical-coordinate representation of color #3E5BDA: hue angle of 228.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E5BDA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 91 | 218 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.15 |
| HSL | 228.85º | 0.68% | 0.55% | - |
| HSV(B) | 228.85º | 0.72% | 0.85% | - |
| XYZ | 18.38 | 13.57 | 67.98 | - |
| YUV | 96.81 | 196.39 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 218 | 0.72 | 0.58 | 0 | 0.15 | 228.85 | 0.68 | 0.55 |
| Hex | 3E | 5B | DA | 48 | 3A | 0 | F | E5 | 44 | 37 |
| Octal | 76 | 133 | 332 | 110 | 72 | 0 | 17 | 345 | 104 | 67 |
| Binary | 111110 | 1011011 | 11011010 | 1001000 | 111010 | 0 | 1111 | 11100101 | 1000100 | 110111 |
Color Harmonies of #3E5BDA
Complementary color
Monochromatic Colors of #3E5BDA
Black with #3E5BDA
Text Example
Text Example
White with #3E5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5BDA; }
p { color: rgb(62,91,218); }
H1.HeaderClassName
{
color: #3E5BDA;
}
.AnyTagClassName
{
color: #3E5BDA;
}
</style>
background-color css
<style>
a { background-color: #3E5BDA; }
a { background-color: rgb(62,91,218); }
div.DivClassName
{
background-color: #3E5BDA;
}
.BgClassName
{
background-color: #3E5BDA;
}
</style>
border-color css
<style>
span { border-color: #3E5BDA; }
span { border-color: rgb(62,91,218); }
td.TdClassName
{
border-color: #3E5BDA;
}
.TagClassName
{
border-color: #3E5BDA;
}
</style>