Shades of Royal Blue #3B74DA
Tints of Royal Blue #3B74DA
RGB
CMYK
RGB Variations
Color information
#3B74DA (or 0x3B74DA) is known color: Royal Blue. HEX triplet: 3B, 74 and DA. RGB value is (59,116,218). Sum of RGB (Red+Green+Blue) = 59+116+218=393 (52% of max value = 765). Red value is 59 (23.44% from 255 or 15.01% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #3B74DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74DA is #C48B25. Grayscale: #6E6E6E. Windows color (decimal): -12880678 or 14316603. OLE color: 14316603.
HSL color Cylindrical-coordinate representation of color #3B74DA: hue angle of 218.49º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B74DA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 116 | 218 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.15 |
| HSL | 218.49º | 0.68% | 0.54% | - |
| HSV(B) | 218.49º | 0.73% | 0.85% | - |
| XYZ | 20.7 | 18.48 | 68.81 | - |
| YUV | 110.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 218 | 0.73 | 0.47 | 0 | 0.15 | 218.49 | 0.68 | 0.54 |
| Hex | 3B | 74 | DA | 49 | 2F | 0 | F | DA | 44 | 36 |
| Octal | 73 | 164 | 332 | 111 | 57 | 0 | 17 | 332 | 104 | 66 |
| Binary | 111011 | 1110100 | 11011010 | 1001001 | 101111 | 0 | 1111 | 11011010 | 1000100 | 110110 |
Color Harmonies of #3B74DA
Complementary color
Monochromatic Colors of #3B74DA
Black with #3B74DA
Text Example
Text Example
White with #3B74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B74DA; }
p { color: rgb(59,116,218); }
H1.HeaderClassName
{
color: #3B74DA;
}
.AnyTagClassName
{
color: #3B74DA;
}
</style>
background-color css
<style>
a { background-color: #3B74DA; }
a { background-color: rgb(59,116,218); }
div.DivClassName
{
background-color: #3B74DA;
}
.BgClassName
{
background-color: #3B74DA;
}
</style>
border-color css
<style>
span { border-color: #3B74DA; }
span { border-color: rgb(59,116,218); }
td.TdClassName
{
border-color: #3B74DA;
}
.TagClassName
{
border-color: #3B74DA;
}
</style>