Shades of Royal Blue #3D77EC
Tints of Royal Blue #3D77EC
RGB
CMYK
RGB Variations
Color information
#3D77EC (or 0x3D77EC) is known color: Royal Blue. HEX triplet: 3D, 77 and EC. RGB value is (61,119,236). Sum of RGB (Red+Green+Blue) = 61+119+236=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #3D77EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D77EC is #C28813. Grayscale: #727272. Windows color (decimal): -12748820 or 15497021. OLE color: 15497021.
HSL color Cylindrical-coordinate representation of color #3D77EC: hue angle of 220.11º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D77EC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 119 | 236 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.07 |
| HSL | 220.11º | 0.82% | 0.58% | - |
| HSV(B) | 220.11º | 0.74% | 0.93% | - |
| XYZ | 23.66 | 20.24 | 82.02 | - |
| YUV | 115 | 196.28 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 236 | 0.74 | 0.50 | 0 | 0.07 | 220.11 | 0.82 | 0.58 |
| Hex | 3D | 77 | EC | 4A | 32 | 0 | 7 | DC | 52 | 3A |
| Octal | 75 | 167 | 354 | 112 | 62 | 0 | 7 | 334 | 122 | 72 |
| Binary | 111101 | 1110111 | 11101100 | 1001010 | 110010 | 0 | 111 | 11011100 | 1010010 | 111010 |
Color Harmonies of #3D77EC
Complementary color
Monochromatic Colors of #3D77EC
Black with #3D77EC
Text Example
Text Example
White with #3D77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D77EC; }
p { color: rgb(61,119,236); }
H1.HeaderClassName
{
color: #3D77EC;
}
.AnyTagClassName
{
color: #3D77EC;
}
</style>
background-color css
<style>
a { background-color: #3D77EC; }
a { background-color: rgb(61,119,236); }
div.DivClassName
{
background-color: #3D77EC;
}
.BgClassName
{
background-color: #3D77EC;
}
</style>
border-color css
<style>
span { border-color: #3D77EC; }
span { border-color: rgb(61,119,236); }
td.TdClassName
{
border-color: #3D77EC;
}
.TagClassName
{
border-color: #3D77EC;
}
</style>