Shades of Royal Blue #377ADF
Tints of Royal Blue #377ADF
RGB
CMYK
RGB Variations
Color information
#377ADF (or 0x377ADF) is known color: Royal Blue. HEX triplet: 37, 7A and DF. RGB value is (55,122,223). Sum of RGB (Red+Green+Blue) = 55+122+223=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #377ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ADF is #C88520. Grayscale: #717171. Windows color (decimal): -13141281 or 14645815. OLE color: 14645815.
HSL color Cylindrical-coordinate representation of color #377ADF: hue angle of 216.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377ADF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 122 | 223 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.13 |
| HSL | 216.07º | 0.72% | 0.55% | - |
| HSV(B) | 216.07º | 0.75% | 0.87% | - |
| XYZ | 21.85 | 20.06 | 72.53 | - |
| YUV | 113.48 | 189.8 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 223 | 0.75 | 0.45 | 0 | 0.13 | 216.07 | 0.72 | 0.55 |
| Hex | 37 | 7A | DF | 4B | 2D | 0 | D | D8 | 48 | 37 |
| Octal | 67 | 172 | 337 | 113 | 55 | 0 | 15 | 330 | 110 | 67 |
| Binary | 110111 | 1111010 | 11011111 | 1001011 | 101101 | 0 | 1101 | 11011000 | 1001000 | 110111 |
Color Harmonies of #377ADF
Complementary color
Monochromatic Colors of #377ADF
Black with #377ADF
Text Example
Text Example
White with #377ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377ADF; }
p { color: rgb(55,122,223); }
H1.HeaderClassName
{
color: #377ADF;
}
.AnyTagClassName
{
color: #377ADF;
}
</style>
background-color css
<style>
a { background-color: #377ADF; }
a { background-color: rgb(55,122,223); }
div.DivClassName
{
background-color: #377ADF;
}
.BgClassName
{
background-color: #377ADF;
}
</style>
border-color css
<style>
span { border-color: #377ADF; }
span { border-color: rgb(55,122,223); }
td.TdClassName
{
border-color: #377ADF;
}
.TagClassName
{
border-color: #377ADF;
}
</style>