Shades of Royal Blue #3D74DA
Tints of Royal Blue #3D74DA
RGB
CMYK
RGB Variations
Color information
#3D74DA (or 0x3D74DA) is known color: Royal Blue. HEX triplet: 3D, 74 and DA. RGB value is (61,116,218). Sum of RGB (Red+Green+Blue) = 61+116+218=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D74DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D74DA is #C28B25. Grayscale: #6E6E6E. Windows color (decimal): -12749606 or 14316605. OLE color: 14316605.
HSL color Cylindrical-coordinate representation of color #3D74DA: hue angle of 218.98º 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 #3D74DA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 116 | 218 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.15 |
| HSL | 218.98º | 0.68% | 0.55% | - |
| HSV(B) | 218.98º | 0.72% | 0.85% | - |
| XYZ | 20.82 | 18.54 | 68.81 | - |
| YUV | 111.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 116 | 218 | 0.72 | 0.47 | 0 | 0.15 | 218.98 | 0.68 | 0.55 |
| Hex | 3D | 74 | DA | 48 | 2F | 0 | F | DB | 44 | 37 |
| Octal | 75 | 164 | 332 | 110 | 57 | 0 | 17 | 333 | 104 | 67 |
| Binary | 111101 | 1110100 | 11011010 | 1001000 | 101111 | 0 | 1111 | 11011011 | 1000100 | 110111 |
Color Harmonies of #3D74DA
Complementary color
Monochromatic Colors of #3D74DA
Black with #3D74DA
Text Example
Text Example
White with #3D74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D74DA; }
p { color: rgb(61,116,218); }
H1.HeaderClassName
{
color: #3D74DA;
}
.AnyTagClassName
{
color: #3D74DA;
}
</style>
background-color css
<style>
a { background-color: #3D74DA; }
a { background-color: rgb(61,116,218); }
div.DivClassName
{
background-color: #3D74DA;
}
.BgClassName
{
background-color: #3D74DA;
}
</style>
border-color css
<style>
span { border-color: #3D74DA; }
span { border-color: rgb(61,116,218); }
td.TdClassName
{
border-color: #3D74DA;
}
.TagClassName
{
border-color: #3D74DA;
}
</style>