Shades of Royal Blue #3B74CF
Tints of Royal Blue #3B74CF
RGB
CMYK
RGB Variations
Color information
#3B74CF (or 0x3B74CF) is known color: Royal Blue. HEX triplet: 3B, 74 and CF. RGB value is (59,116,207). Sum of RGB (Red+Green+Blue) = 59+116+207=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B74CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74CF is #C48B30. Grayscale: #6C6C6C. Windows color (decimal): -12880689 or 13595707. OLE color: 13595707.
HSL color Cylindrical-coordinate representation of color #3B74CF: hue angle of 216.89º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B74CF is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 116 | 207 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.19 |
| HSL | 216.89º | 0.61% | 0.52% | - |
| HSV(B) | 216.89º | 0.71% | 0.81% | - |
| XYZ | 19.31 | 17.93 | 61.47 | - |
| YUV | 109.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 207 | 0.71 | 0.44 | 0 | 0.19 | 216.89 | 0.61 | 0.52 |
| Hex | 3B | 74 | CF | 47 | 2C | 0 | 13 | D9 | 3D | 34 |
| Octal | 73 | 164 | 317 | 107 | 54 | 0 | 23 | 331 | 75 | 64 |
| Binary | 111011 | 1110100 | 11001111 | 1000111 | 101100 | 0 | 10011 | 11011001 | 111101 | 110100 |
Color Harmonies of #3B74CF
Complementary color
Monochromatic Colors of #3B74CF
Black with #3B74CF
Text Example
Text Example
White with #3B74CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B74CF; }
p { color: rgb(59,116,207); }
H1.HeaderClassName
{
color: #3B74CF;
}
.AnyTagClassName
{
color: #3B74CF;
}
</style>
background-color css
<style>
a { background-color: #3B74CF; }
a { background-color: rgb(59,116,207); }
div.DivClassName
{
background-color: #3B74CF;
}
.BgClassName
{
background-color: #3B74CF;
}
</style>
border-color css
<style>
span { border-color: #3B74CF; }
span { border-color: rgb(59,116,207); }
td.TdClassName
{
border-color: #3B74CF;
}
.TagClassName
{
border-color: #3B74CF;
}
</style>