Shades of Royal Blue #3D77D0
Tints of Royal Blue #3D77D0
RGB
CMYK
RGB Variations
Color information
#3D77D0 (or 0x3D77D0) is known color: Royal Blue. HEX triplet: 3D, 77 and D0. RGB value is (61,119,208). Sum of RGB (Red+Green+Blue) = 61+119+208=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #3D77D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D77D0 is #C2882F. Grayscale: #6F6F6F. Windows color (decimal): -12748848 or 13662013. OLE color: 13662013.
HSL color Cylindrical-coordinate representation of color #3D77D0: hue angle of 216.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D77D0 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 119 | 208 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.18 |
| HSL | 216.33º | 0.61% | 0.53% | - |
| HSV(B) | 216.33º | 0.71% | 0.82% | - |
| XYZ | 19.91 | 18.74 | 62.24 | - |
| YUV | 111.8 | 182.28 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 208 | 0.71 | 0.43 | 0 | 0.18 | 216.33 | 0.61 | 0.53 |
| Hex | 3D | 77 | D0 | 47 | 2B | 0 | 12 | D8 | 3D | 35 |
| Octal | 75 | 167 | 320 | 107 | 53 | 0 | 22 | 330 | 75 | 65 |
| Binary | 111101 | 1110111 | 11010000 | 1000111 | 101011 | 0 | 10010 | 11011000 | 111101 | 110101 |
Color Harmonies of #3D77D0
Complementary color
Monochromatic Colors of #3D77D0
Black with #3D77D0
Text Example
Text Example
White with #3D77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D77D0; }
p { color: rgb(61,119,208); }
H1.HeaderClassName
{
color: #3D77D0;
}
.AnyTagClassName
{
color: #3D77D0;
}
</style>
background-color css
<style>
a { background-color: #3D77D0; }
a { background-color: rgb(61,119,208); }
div.DivClassName
{
background-color: #3D77D0;
}
.BgClassName
{
background-color: #3D77D0;
}
</style>
border-color css
<style>
span { border-color: #3D77D0; }
span { border-color: rgb(61,119,208); }
td.TdClassName
{
border-color: #3D77D0;
}
.TagClassName
{
border-color: #3D77D0;
}
</style>