Shades of Royal Blue #3D77EF
Tints of Royal Blue #3D77EF
RGB
CMYK
RGB Variations
Color information
#3D77EF (or 0x3D77EF) is known color: Royal Blue. HEX triplet: 3D, 77 and EF. RGB value is (61,119,239). Sum of RGB (Red+Green+Blue) = 61+119+239=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #3D77EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D77EF is #C28810. Grayscale: #727272. Windows color (decimal): -12748817 or 15693629. OLE color: 15693629.
HSL color Cylindrical-coordinate representation of color #3D77EF: hue angle of 220.45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D77EF is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 119 | 239 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.06 |
| HSL | 220.45º | 0.85% | 0.59% | - |
| HSV(B) | 220.45º | 0.74% | 0.94% | - |
| XYZ | 24.1 | 20.42 | 84.33 | - |
| YUV | 115.34 | 197.78 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 239 | 0.74 | 0.50 | 0 | 0.06 | 220.45 | 0.85 | 0.59 |
| Hex | 3D | 77 | EF | 4A | 32 | 0 | 6 | DC | 55 | 3B |
| Octal | 75 | 167 | 357 | 112 | 62 | 0 | 6 | 334 | 125 | 73 |
| Binary | 111101 | 1110111 | 11101111 | 1001010 | 110010 | 0 | 110 | 11011100 | 1010101 | 111011 |
Color Harmonies of #3D77EF
Complementary color
Monochromatic Colors of #3D77EF
Black with #3D77EF
Text Example
Text Example
White with #3D77EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D77EF; }
p { color: rgb(61,119,239); }
H1.HeaderClassName
{
color: #3D77EF;
}
.AnyTagClassName
{
color: #3D77EF;
}
</style>
background-color css
<style>
a { background-color: #3D77EF; }
a { background-color: rgb(61,119,239); }
div.DivClassName
{
background-color: #3D77EF;
}
.BgClassName
{
background-color: #3D77EF;
}
</style>
border-color css
<style>
span { border-color: #3D77EF; }
span { border-color: rgb(61,119,239); }
td.TdClassName
{
border-color: #3D77EF;
}
.TagClassName
{
border-color: #3D77EF;
}
</style>