Shades of Royal Blue #3773FC
Tints of Royal Blue #3773FC
RGB
CMYK
RGB Variations
Color information
#3773FC (or 0x3773FC) is known color: Royal Blue. HEX triplet: 37, 73 and FC. RGB value is (55,115,252). Sum of RGB (Red+Green+Blue) = 55+115+252=422 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.03% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #3773FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3773FC is #C88C03. Grayscale: #707070. Windows color (decimal): -13143044 or 16544567. OLE color: 16544567.
HSL color Cylindrical-coordinate representation of color #3773FC: hue angle of 221.73º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3773FC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 115 | 252 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.01 |
| HSL | 221.73º | 0.97% | 0.6% | - |
| HSV(B) | 221.73º | 0.78% | 0.99% | - |
| XYZ | 25.28 | 20.1 | 94.64 | - |
| YUV | 112.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 252 | 0.78 | 0.54 | 0 | 0.01 | 221.73 | 0.97 | 0.6 |
| Hex | 37 | 73 | FC | 4E | 36 | 0 | 1 | DE | 61 | 3C |
| Octal | 67 | 163 | 374 | 116 | 66 | 0 | 1 | 336 | 141 | 74 |
| Binary | 110111 | 1110011 | 11111100 | 1001110 | 110110 | 0 | 1 | 11011110 | 1100001 | 111100 |
Color Harmonies of #3773FC
Complementary color
Monochromatic Colors of #3773FC
Black with #3773FC
Text Example
Text Example
White with #3773FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3773FC; }
p { color: rgb(55,115,252); }
H1.HeaderClassName
{
color: #3773FC;
}
.AnyTagClassName
{
color: #3773FC;
}
</style>
background-color css
<style>
a { background-color: #3773FC; }
a { background-color: rgb(55,115,252); }
div.DivClassName
{
background-color: #3773FC;
}
.BgClassName
{
background-color: #3773FC;
}
</style>
border-color css
<style>
span { border-color: #3773FC; }
span { border-color: rgb(55,115,252); }
td.TdClassName
{
border-color: #3773FC;
}
.TagClassName
{
border-color: #3773FC;
}
</style>