Shades of Royal Blue #3976ED
Tints of Royal Blue #3976ED
RGB
CMYK
RGB Variations
Color information
#3976ED (or 0x3976ED) is known color: Royal Blue. HEX triplet: 39, 76 and ED. RGB value is (57,118,237). Sum of RGB (Red+Green+Blue) = 57+118+237=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #3976ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3976ED is #C68912. Grayscale: #707070. Windows color (decimal): -13011219 or 15562297. OLE color: 15562297.
HSL color Cylindrical-coordinate representation of color #3976ED: hue angle of 219.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3976ED is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 118 | 237 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.07 |
| HSL | 219.67º | 0.83% | 0.58% | - |
| HSV(B) | 219.67º | 0.76% | 0.93% | - |
| XYZ | 23.45 | 19.94 | 82.73 | - |
| YUV | 113.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 237 | 0.76 | 0.50 | 0 | 0.07 | 219.67 | 0.83 | 0.58 |
| Hex | 39 | 76 | ED | 4C | 32 | 0 | 7 | DC | 53 | 3A |
| Octal | 71 | 166 | 355 | 114 | 62 | 0 | 7 | 334 | 123 | 72 |
| Binary | 111001 | 1110110 | 11101101 | 1001100 | 110010 | 0 | 111 | 11011100 | 1010011 | 111010 |
Color Harmonies of #3976ED
Complementary color
Monochromatic Colors of #3976ED
Black with #3976ED
Text Example
Text Example
White with #3976ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3976ED; }
p { color: rgb(57,118,237); }
H1.HeaderClassName
{
color: #3976ED;
}
.AnyTagClassName
{
color: #3976ED;
}
</style>
background-color css
<style>
a { background-color: #3976ED; }
a { background-color: rgb(57,118,237); }
div.DivClassName
{
background-color: #3976ED;
}
.BgClassName
{
background-color: #3976ED;
}
</style>
border-color css
<style>
span { border-color: #3976ED; }
span { border-color: rgb(57,118,237); }
td.TdClassName
{
border-color: #3976ED;
}
.TagClassName
{
border-color: #3976ED;
}
</style>