Shades of Royal Blue #377DF3
Tints of Royal Blue #377DF3
RGB
CMYK
RGB Variations
Color information
#377DF3 (or 0x377DF3) is known color: Royal Blue. HEX triplet: 37, 7D and F3. RGB value is (55,125,243). Sum of RGB (Red+Green+Blue) = 55+125+243=423 (56% of max value = 765). Red value is 55 (21.88% from 255 or 13.00% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #377DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #377DF3 is #C8820C. Grayscale: #747474. Windows color (decimal): -13140493 or 15957303. OLE color: 15957303.
HSL color Cylindrical-coordinate representation of color #377DF3: hue angle of 217.66º degrees, saturation: 0.89, 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 #377DF3 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 125 | 243 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.05 |
| HSL | 217.66º | 0.89% | 0.58% | - |
| HSV(B) | 217.66º | 0.77% | 0.95% | - |
| XYZ | 25.09 | 21.95 | 87.71 | - |
| YUV | 117.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 243 | 0.77 | 0.49 | 0 | 0.05 | 217.66 | 0.89 | 0.58 |
| Hex | 37 | 7D | F3 | 4D | 31 | 0 | 5 | DA | 59 | 3A |
| Octal | 67 | 175 | 363 | 115 | 61 | 0 | 5 | 332 | 131 | 72 |
| Binary | 110111 | 1111101 | 11110011 | 1001101 | 110001 | 0 | 101 | 11011010 | 1011001 | 111010 |
Color Harmonies of #377DF3
Complementary color
Monochromatic Colors of #377DF3
Black with #377DF3
Text Example
Text Example
White with #377DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377DF3; }
p { color: rgb(55,125,243); }
H1.HeaderClassName
{
color: #377DF3;
}
.AnyTagClassName
{
color: #377DF3;
}
</style>
background-color css
<style>
a { background-color: #377DF3; }
a { background-color: rgb(55,125,243); }
div.DivClassName
{
background-color: #377DF3;
}
.BgClassName
{
background-color: #377DF3;
}
</style>
border-color css
<style>
span { border-color: #377DF3; }
span { border-color: rgb(55,125,243); }
td.TdClassName
{
border-color: #377DF3;
}
.TagClassName
{
border-color: #377DF3;
}
</style>