Shades of Boston Blue #3790AF
Tints of Boston Blue #3790AF
RGB
CMYK
RGB Variations
Color information
#3790AF (or 0x3790AF) is known color: Boston Blue. HEX triplet: 37, 90 and AF. RGB value is (55,144,175). Sum of RGB (Red+Green+Blue) = 55+144+175=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #3790AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3790AF is #C86F50. Grayscale: #787878. Windows color (decimal): -13135697 or 11505719. OLE color: 11505719.
HSL color Cylindrical-coordinate representation of color #3790AF: hue angle of 195.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3790AF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 144 | 175 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.31 |
| HSL | 195.5º | 0.52% | 0.45% | - |
| HSV(B) | 195.5º | 0.69% | 0.69% | - |
| XYZ | 19.29 | 23.85 | 44.15 | - |
| YUV | 120.92 | 158.51 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 175 | 0.69 | 0.18 | 0 | 0.31 | 195.5 | 0.52 | 0.45 |
| Hex | 37 | 90 | AF | 45 | 12 | 0 | 1F | C4 | 34 | 2D |
| Octal | 67 | 220 | 257 | 105 | 22 | 0 | 37 | 304 | 64 | 55 |
| Binary | 110111 | 10010000 | 10101111 | 1000101 | 10010 | 0 | 11111 | 11000100 | 110100 | 101101 |
Color Harmonies of #3790AF
Complementary color
Monochromatic Colors of #3790AF
Black with #3790AF
Text Example
Text Example
White with #3790AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3790AF; }
p { color: rgb(55,144,175); }
H1.HeaderClassName
{
color: #3790AF;
}
.AnyTagClassName
{
color: #3790AF;
}
</style>
background-color css
<style>
a { background-color: #3790AF; }
a { background-color: rgb(55,144,175); }
div.DivClassName
{
background-color: #3790AF;
}
.BgClassName
{
background-color: #3790AF;
}
</style>
border-color css
<style>
span { border-color: #3790AF; }
span { border-color: rgb(55,144,175); }
td.TdClassName
{
border-color: #3790AF;
}
.TagClassName
{
border-color: #3790AF;
}
</style>