Shades of Royal Blue #377AF1
Tints of Royal Blue #377AF1
RGB
CMYK
RGB Variations
Color information
#377AF1 (or 0x377AF1) is known color: Royal Blue. HEX triplet: 37, 7A and F1. RGB value is (55,122,241). Sum of RGB (Red+Green+Blue) = 55+122+241=418 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.16% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #377AF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377AF1 is #C8850E. Grayscale: #727272. Windows color (decimal): -13141263 or 15825463. OLE color: 15825463.
HSL color Cylindrical-coordinate representation of color #377AF1: hue angle of 218.39º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #377AF1 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 122 | 241 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.05 |
| HSL | 218.39º | 0.87% | 0.58% | - |
| HSV(B) | 218.39º | 0.77% | 0.95% | - |
| XYZ | 24.41 | 21.08 | 86 | - |
| YUV | 115.53 | 198.8 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 241 | 0.77 | 0.49 | 0 | 0.05 | 218.39 | 0.87 | 0.58 |
| Hex | 37 | 7A | F1 | 4D | 31 | 0 | 5 | DA | 57 | 3A |
| Octal | 67 | 172 | 361 | 115 | 61 | 0 | 5 | 332 | 127 | 72 |
| Binary | 110111 | 1111010 | 11110001 | 1001101 | 110001 | 0 | 101 | 11011010 | 1010111 | 111010 |
Color Harmonies of #377AF1
Complementary color
Monochromatic Colors of #377AF1
Black with #377AF1
Text Example
Text Example
White with #377AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377AF1; }
p { color: rgb(55,122,241); }
H1.HeaderClassName
{
color: #377AF1;
}
.AnyTagClassName
{
color: #377AF1;
}
</style>
background-color css
<style>
a { background-color: #377AF1; }
a { background-color: rgb(55,122,241); }
div.DivClassName
{
background-color: #377AF1;
}
.BgClassName
{
background-color: #377AF1;
}
</style>
border-color css
<style>
span { border-color: #377AF1; }
span { border-color: rgb(55,122,241); }
td.TdClassName
{
border-color: #377AF1;
}
.TagClassName
{
border-color: #377AF1;
}
</style>