Shades of Royal Blue #3770FE
Tints of Royal Blue #3770FE
RGB
CMYK
RGB Variations
Color information
#3770FE (or 0x3770FE) is known color: Royal Blue. HEX triplet: 37, 70 and FE. RGB value is (55,112,254). Sum of RGB (Red+Green+Blue) = 55+112+254=421 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.06% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #3770FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3770FE is #C88F01. Grayscale: #6E6E6E. Windows color (decimal): -13143810 or 16674871. OLE color: 16674871.
HSL color Cylindrical-coordinate representation of color #3770FE: hue angle of 222.81º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3770FE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 112 | 254 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.00 |
| HSL | 222.81º | 0.99% | 0.61% | - |
| HSV(B) | 222.81º | 0.78% | 1% | - |
| XYZ | 25.26 | 19.56 | 96.21 | - |
| YUV | 111.15 | 208.62 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 254 | 0.78 | 0.56 | 0 | 0.00 | 222.81 | 0.99 | 0.61 |
| Hex | 37 | 70 | FE | 4E | 38 | 0 | 0 | DF | 63 | 3D |
| Octal | 67 | 160 | 376 | 116 | 70 | 0 | 0 | 337 | 143 | 75 |
| Binary | 110111 | 1110000 | 11111110 | 1001110 | 111000 | 0 | 0 | 11011111 | 1100011 | 111101 |
Color Harmonies of #3770FE
Complementary color
Monochromatic Colors of #3770FE
Black with #3770FE
Text Example
Text Example
White with #3770FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3770FE; }
p { color: rgb(55,112,254); }
H1.HeaderClassName
{
color: #3770FE;
}
.AnyTagClassName
{
color: #3770FE;
}
</style>
background-color css
<style>
a { background-color: #3770FE; }
a { background-color: rgb(55,112,254); }
div.DivClassName
{
background-color: #3770FE;
}
.BgClassName
{
background-color: #3770FE;
}
</style>
border-color css
<style>
span { border-color: #3770FE; }
span { border-color: rgb(55,112,254); }
td.TdClassName
{
border-color: #3770FE;
}
.TagClassName
{
border-color: #3770FE;
}
</style>