Shades of Royal Blue #3773FF
Tints of Royal Blue #3773FF
RGB
CMYK
RGB Variations
Color information
#3773FF (or 0x3773FF) is known color: Royal Blue. HEX triplet: 37, 73 and FF. RGB value is (55,115,255). Sum of RGB (Red+Green+Blue) = 55+115+255=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #3773FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3773FF is #C88C00. Grayscale: #707070. Windows color (decimal): -13143041 or 16741175. OLE color: 16741175.
HSL color Cylindrical-coordinate representation of color #3773FF: hue angle of 222º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3773FF is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 115 | 255 | - |
| CMYK | 0.78 | 0.55 | 0 | 0 |
| HSL | 222º | 1% | 0.61% | - |
| HSV(B) | 222º | 0.78% | 1% | - |
| XYZ | 25.76 | 20.29 | 97.17 | - |
| YUV | 113.02 | 208.12 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 115 | 255 | 0.78 | 0.55 | 0 | 0 | 222 | 1 | 0.61 |
| Hex | 37 | 73 | FF | 4E | 37 | 0 | 0 | DE | 64 | 3D |
| Octal | 67 | 163 | 377 | 116 | 67 | 0 | 0 | 336 | 144 | 75 |
| Binary | 110111 | 1110011 | 11111111 | 1001110 | 110111 | 0 | 0 | 11011110 | 1100100 | 111101 |
Color Harmonies of #3773FF
Complementary color
Monochromatic Colors of #3773FF
Black with #3773FF
Text Example
Text Example
White with #3773FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3773FF; }
p { color: rgb(55,115,255); }
H1.HeaderClassName
{
color: #3773FF;
}
.AnyTagClassName
{
color: #3773FF;
}
</style>
background-color css
<style>
a { background-color: #3773FF; }
a { background-color: rgb(55,115,255); }
div.DivClassName
{
background-color: #3773FF;
}
.BgClassName
{
background-color: #3773FF;
}
</style>
border-color css
<style>
span { border-color: #3773FF; }
span { border-color: rgb(55,115,255); }
td.TdClassName
{
border-color: #3773FF;
}
.TagClassName
{
border-color: #3773FF;
}
</style>