Shades of Royal Blue #3773CF
Tints of Royal Blue #3773CF
RGB
CMYK
RGB Variations
Color information
#3773CF (or 0x3773CF) is known color: Royal Blue. HEX triplet: 37, 73 and CF. RGB value is (55,115,207). Sum of RGB (Red+Green+Blue) = 55+115+207=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #3773CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3773CF is #C88C30. Grayscale: #6B6B6B. Windows color (decimal): -13143089 or 13595447. OLE color: 13595447.
HSL color Cylindrical-coordinate representation of color #3773CF: hue angle of 216.32º 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 #3773CF is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 115 | 207 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.19 |
| HSL | 216.32º | 0.61% | 0.51% | - |
| HSV(B) | 216.32º | 0.73% | 0.81% | - |
| XYZ | 18.97 | 17.58 | 61.42 | - |
| YUV | 107.55 | 184.12 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 207 | 0.73 | 0.44 | 0 | 0.19 | 216.32 | 0.61 | 0.51 |
| Hex | 37 | 73 | CF | 49 | 2C | 0 | 13 | D8 | 3D | 33 |
| Octal | 67 | 163 | 317 | 111 | 54 | 0 | 23 | 330 | 75 | 63 |
| Binary | 110111 | 1110011 | 11001111 | 1001001 | 101100 | 0 | 10011 | 11011000 | 111101 | 110011 |
Color Harmonies of #3773CF
Complementary color
Monochromatic Colors of #3773CF
Black with #3773CF
Text Example
Text Example
White with #3773CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3773CF; }
p { color: rgb(55,115,207); }
H1.HeaderClassName
{
color: #3773CF;
}
.AnyTagClassName
{
color: #3773CF;
}
</style>
background-color css
<style>
a { background-color: #3773CF; }
a { background-color: rgb(55,115,207); }
div.DivClassName
{
background-color: #3773CF;
}
.BgClassName
{
background-color: #3773CF;
}
</style>
border-color css
<style>
span { border-color: #3773CF; }
span { border-color: rgb(55,115,207); }
td.TdClassName
{
border-color: #3773CF;
}
.TagClassName
{
border-color: #3773CF;
}
</style>