Shades of Royal Blue #377AFE
Tints of Royal Blue #377AFE
RGB
CMYK
RGB Variations
Color information
#377AFE (or 0x377AFE) is known color: Royal Blue. HEX triplet: 37, 7A and FE. RGB value is (55,122,254). Sum of RGB (Red+Green+Blue) = 55+122+254=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #377AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377AFE is #C88501. Grayscale: #747474. Windows color (decimal): -13141250 or 16677431. OLE color: 16677431.
HSL color Cylindrical-coordinate representation of color #377AFE: hue angle of 219.8º 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 #377AFE is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 122 | 254 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.00 |
| HSL | 219.8º | 0.99% | 0.61% | - |
| HSV(B) | 219.8º | 0.78% | 1% | - |
| XYZ | 26.42 | 21.89 | 96.6 | - |
| YUV | 117.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 254 | 0.78 | 0.52 | 0 | 0.00 | 219.8 | 0.99 | 0.61 |
| Hex | 37 | 7A | FE | 4E | 34 | 0 | 0 | DC | 63 | 3D |
| Octal | 67 | 172 | 376 | 116 | 64 | 0 | 0 | 334 | 143 | 75 |
| Binary | 110111 | 1111010 | 11111110 | 1001110 | 110100 | 0 | 0 | 11011100 | 1100011 | 111101 |
Color Harmonies of #377AFE
Complementary color
Monochromatic Colors of #377AFE
Black with #377AFE
Text Example
Text Example
White with #377AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AFE; }
p { color: rgb(55,122,254); }
H1.HeaderClassName
{
color: #377AFE;
}
.AnyTagClassName
{
color: #377AFE;
}
</style>
background-color css
<style>
a { background-color: #377AFE; }
a { background-color: rgb(55,122,254); }
div.DivClassName
{
background-color: #377AFE;
}
.BgClassName
{
background-color: #377AFE;
}
</style>
border-color css
<style>
span { border-color: #377AFE; }
span { border-color: rgb(55,122,254); }
td.TdClassName
{
border-color: #377AFE;
}
.TagClassName
{
border-color: #377AFE;
}
</style>