Shades of Royal Blue #3770FF
Tints of Royal Blue #3770FF
RGB
CMYK
RGB Variations
Color information
#3770FF (or 0x3770FF) is known color: Royal Blue. HEX triplet: 37, 70 and FF. RGB value is (55,112,255). Sum of RGB (Red+Green+Blue) = 55+112+255=422 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.03% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #3770FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3770FF is #C88F00. Grayscale: #6E6E6E. Windows color (decimal): -13143809 or 16740407. OLE color: 16740407.
HSL color Cylindrical-coordinate representation of color #3770FF: hue angle of 222.9º 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 #3770FF is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 112 | 255 | - |
| CMYK | 0.78 | 0.56 | 0 | 0 |
| HSL | 222.9º | 1% | 0.61% | - |
| HSV(B) | 222.9º | 0.78% | 1% | - |
| XYZ | 25.42 | 19.62 | 97.06 | - |
| YUV | 111.26 | 209.12 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 255 | 0.78 | 0.56 | 0 | 0 | 222.9 | 1 | 0.61 |
| Hex | 37 | 70 | FF | 4E | 38 | 0 | 0 | DF | 64 | 3D |
| Octal | 67 | 160 | 377 | 116 | 70 | 0 | 0 | 337 | 144 | 75 |
| Binary | 110111 | 1110000 | 11111111 | 1001110 | 111000 | 0 | 0 | 11011111 | 1100100 | 111101 |
Color Harmonies of #3770FF
Complementary color
Monochromatic Colors of #3770FF
Black with #3770FF
Text Example
Text Example
White with #3770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770FF; }
p { color: rgb(55,112,255); }
H1.HeaderClassName
{
color: #3770FF;
}
.AnyTagClassName
{
color: #3770FF;
}
</style>
background-color css
<style>
a { background-color: #3770FF; }
a { background-color: rgb(55,112,255); }
div.DivClassName
{
background-color: #3770FF;
}
.BgClassName
{
background-color: #3770FF;
}
</style>
border-color css
<style>
span { border-color: #3770FF; }
span { border-color: rgb(55,112,255); }
td.TdClassName
{
border-color: #3770FF;
}
.TagClassName
{
border-color: #3770FF;
}
</style>