Shades of Royal Blue #3772F4
Tints of Royal Blue #3772F4
RGB
CMYK
RGB Variations
Color information
#3772F4 (or 0x3772F4) is known color: Royal Blue. HEX triplet: 37, 72 and F4. RGB value is (55,114,244). Sum of RGB (Red+Green+Blue) = 55+114+244=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 244 (95.70% from 255 or 59.08% from 413); Max value from RGB is 244 - color contains mainly: blue. Hex color #3772F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3772F4 is #C88D0B. Grayscale: #6E6E6E. Windows color (decimal): -13143308 or 16020023. OLE color: 16020023.
HSL color Cylindrical-coordinate representation of color #3772F4: hue angle of 221.27º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3772F4 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 114 | 244 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.04 |
| HSL | 221.27º | 0.9% | 0.59% | - |
| HSV(B) | 221.27º | 0.77% | 0.96% | - |
| XYZ | 23.92 | 19.38 | 88.07 | - |
| YUV | 111.18 | 202.95 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 114 | 244 | 0.77 | 0.53 | 0 | 0.04 | 221.27 | 0.9 | 0.59 |
| Hex | 37 | 72 | F4 | 4D | 35 | 0 | 4 | DD | 5A | 3B |
| Octal | 67 | 162 | 364 | 115 | 65 | 0 | 4 | 335 | 132 | 73 |
| Binary | 110111 | 1110010 | 11110100 | 1001101 | 110101 | 0 | 100 | 11011101 | 1011010 | 111011 |
Color Harmonies of #3772F4
Complementary color
Monochromatic Colors of #3772F4
Black with #3772F4
Text Example
Text Example
White with #3772F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3772F4; }
p { color: rgb(55,114,244); }
H1.HeaderClassName
{
color: #3772F4;
}
.AnyTagClassName
{
color: #3772F4;
}
</style>
background-color css
<style>
a { background-color: #3772F4; }
a { background-color: rgb(55,114,244); }
div.DivClassName
{
background-color: #3772F4;
}
.BgClassName
{
background-color: #3772F4;
}
</style>
border-color css
<style>
span { border-color: #3772F4; }
span { border-color: rgb(55,114,244); }
td.TdClassName
{
border-color: #3772F4;
}
.TagClassName
{
border-color: #3772F4;
}
</style>