Shades of Royal Blue #3E76DA
Tints of Royal Blue #3E76DA
RGB
CMYK
RGB Variations
Color information
#3E76DA (or 0x3E76DA) is known color: Royal Blue. HEX triplet: 3E, 76 and DA. RGB value is (62,118,218). Sum of RGB (Red+Green+Blue) = 62+118+218=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E76DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E76DA is #C18925. Grayscale: #707070. Windows color (decimal): -12683558 or 14317118. OLE color: 14317118.
HSL color Cylindrical-coordinate representation of color #3E76DA: hue angle of 218.46º 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 #3E76DA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 118 | 218 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.15 |
| HSL | 218.46º | 0.68% | 0.55% | - |
| HSV(B) | 218.46º | 0.72% | 0.85% | - |
| XYZ | 21.12 | 19.04 | 68.89 | - |
| YUV | 112.66 | 187.45 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 218 | 0.72 | 0.46 | 0 | 0.15 | 218.46 | 0.68 | 0.55 |
| Hex | 3E | 76 | DA | 48 | 2E | 0 | F | DA | 44 | 37 |
| Octal | 76 | 166 | 332 | 110 | 56 | 0 | 17 | 332 | 104 | 67 |
| Binary | 111110 | 1110110 | 11011010 | 1001000 | 101110 | 0 | 1111 | 11011010 | 1000100 | 110111 |
Color Harmonies of #3E76DA
Complementary color
Monochromatic Colors of #3E76DA
Black with #3E76DA
Text Example
Text Example
White with #3E76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E76DA; }
p { color: rgb(62,118,218); }
H1.HeaderClassName
{
color: #3E76DA;
}
.AnyTagClassName
{
color: #3E76DA;
}
</style>
background-color css
<style>
a { background-color: #3E76DA; }
a { background-color: rgb(62,118,218); }
div.DivClassName
{
background-color: #3E76DA;
}
.BgClassName
{
background-color: #3E76DA;
}
</style>
border-color css
<style>
span { border-color: #3E76DA; }
span { border-color: rgb(62,118,218); }
td.TdClassName
{
border-color: #3E76DA;
}
.TagClassName
{
border-color: #3E76DA;
}
</style>