Shades of Royal Blue #3474CF
Tints of Royal Blue #3474CF
RGB
CMYK
RGB Variations
Color information
#3474CF (or 0x3474CF) is known color: Royal Blue. HEX triplet: 34, 74 and CF. RGB value is (52,116,207). Sum of RGB (Red+Green+Blue) = 52+116+207=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #3474CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474CF is #CB8B30. Grayscale: #6A6A6A. Windows color (decimal): -13339441 or 13595700. OLE color: 13595700.
HSL color Cylindrical-coordinate representation of color #3474CF: hue angle of 215.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3474CF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 116 | 207 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.19 |
| HSL | 215.23º | 0.62% | 0.51% | - |
| HSV(B) | 215.23º | 0.75% | 0.81% | - |
| XYZ | 18.92 | 17.73 | 61.46 | - |
| YUV | 107.24 | 184.3 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 116 | 207 | 0.75 | 0.44 | 0 | 0.19 | 215.23 | 0.62 | 0.51 |
| Hex | 34 | 74 | CF | 4B | 2C | 0 | 13 | D7 | 3E | 33 |
| Octal | 64 | 164 | 317 | 113 | 54 | 0 | 23 | 327 | 76 | 63 |
| Binary | 110100 | 1110100 | 11001111 | 1001011 | 101100 | 0 | 10011 | 11010111 | 111110 | 110011 |
Color Harmonies of #3474CF
Complementary color
Monochromatic Colors of #3474CF
Black with #3474CF
Text Example
Text Example
White with #3474CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3474CF; }
p { color: rgb(52,116,207); }
H1.HeaderClassName
{
color: #3474CF;
}
.AnyTagClassName
{
color: #3474CF;
}
</style>
background-color css
<style>
a { background-color: #3474CF; }
a { background-color: rgb(52,116,207); }
div.DivClassName
{
background-color: #3474CF;
}
.BgClassName
{
background-color: #3474CF;
}
</style>
border-color css
<style>
span { border-color: #3474CF; }
span { border-color: rgb(52,116,207); }
td.TdClassName
{
border-color: #3474CF;
}
.TagClassName
{
border-color: #3474CF;
}
</style>