Shades of Royal Blue #3D77DA
Tints of Royal Blue #3D77DA
RGB
CMYK
RGB Variations
Color information
#3D77DA (or 0x3D77DA) is known color: Royal Blue. HEX triplet: 3D, 77 and DA. RGB value is (61,119,218). Sum of RGB (Red+Green+Blue) = 61+119+218=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 119 (46.88% from 255 or 29.90% 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 #3D77DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D77DA is #C28825. Grayscale: #707070. Windows color (decimal): -12748838 or 14317373. OLE color: 14317373.
HSL color Cylindrical-coordinate representation of color #3D77DA: hue angle of 217.83º 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 #3D77DA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 119 | 218 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.15 |
| HSL | 217.83º | 0.68% | 0.55% | - |
| HSV(B) | 217.83º | 0.72% | 0.85% | - |
| XYZ | 21.18 | 19.25 | 68.93 | - |
| YUV | 112.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 218 | 0.72 | 0.45 | 0 | 0.15 | 217.83 | 0.68 | 0.55 |
| Hex | 3D | 77 | DA | 48 | 2D | 0 | F | DA | 44 | 37 |
| Octal | 75 | 167 | 332 | 110 | 55 | 0 | 17 | 332 | 104 | 67 |
| Binary | 111101 | 1110111 | 11011010 | 1001000 | 101101 | 0 | 1111 | 11011010 | 1000100 | 110111 |
Color Harmonies of #3D77DA
Complementary color
Monochromatic Colors of #3D77DA
Black with #3D77DA
Text Example
Text Example
White with #3D77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D77DA; }
p { color: rgb(61,119,218); }
H1.HeaderClassName
{
color: #3D77DA;
}
.AnyTagClassName
{
color: #3D77DA;
}
</style>
background-color css
<style>
a { background-color: #3D77DA; }
a { background-color: rgb(61,119,218); }
div.DivClassName
{
background-color: #3D77DA;
}
.BgClassName
{
background-color: #3D77DA;
}
</style>
border-color css
<style>
span { border-color: #3D77DA; }
span { border-color: rgb(61,119,218); }
td.TdClassName
{
border-color: #3D77DA;
}
.TagClassName
{
border-color: #3D77DA;
}
</style>