Shades of Royal Blue #3774CF
Tints of Royal Blue #3774CF
RGB
CMYK
RGB Variations
Color information
#3774CF (or 0x3774CF) is known color: Royal Blue. HEX triplet: 37, 74 and CF. RGB value is (55,116,207). Sum of RGB (Red+Green+Blue) = 55+116+207=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #3774CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3774CF is #C88B30. Grayscale: #6B6B6B. Windows color (decimal): -13142833 or 13595703. OLE color: 13595703.
HSL color Cylindrical-coordinate representation of color #3774CF: hue angle of 215.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3774CF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 116 | 207 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.19 |
| HSL | 215.92º | 0.61% | 0.51% | - |
| HSV(B) | 215.92º | 0.73% | 0.81% | - |
| XYZ | 19.08 | 17.81 | 61.46 | - |
| YUV | 108.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 116 | 207 | 0.73 | 0.44 | 0 | 0.19 | 215.92 | 0.61 | 0.51 |
| Hex | 37 | 74 | CF | 49 | 2C | 0 | 13 | D8 | 3D | 33 |
| Octal | 67 | 164 | 317 | 111 | 54 | 0 | 23 | 330 | 75 | 63 |
| Binary | 110111 | 1110100 | 11001111 | 1001001 | 101100 | 0 | 10011 | 11011000 | 111101 | 110011 |
Color Harmonies of #3774CF
Complementary color
Monochromatic Colors of #3774CF
Black with #3774CF
Text Example
Text Example
White with #3774CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3774CF; }
p { color: rgb(55,116,207); }
H1.HeaderClassName
{
color: #3774CF;
}
.AnyTagClassName
{
color: #3774CF;
}
</style>
background-color css
<style>
a { background-color: #3774CF; }
a { background-color: rgb(55,116,207); }
div.DivClassName
{
background-color: #3774CF;
}
.BgClassName
{
background-color: #3774CF;
}
</style>
border-color css
<style>
span { border-color: #3774CF; }
span { border-color: rgb(55,116,207); }
td.TdClassName
{
border-color: #3774CF;
}
.TagClassName
{
border-color: #3774CF;
}
</style>