Shades of Boston Blue #3793AF
Tints of Boston Blue #3793AF
RGB
CMYK
RGB Variations
Color information
#3793AF (or 0x3793AF) is known color: Boston Blue. HEX triplet: 37, 93 and AF. RGB value is (55,147,175). Sum of RGB (Red+Green+Blue) = 55+147+175=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #3793AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3793AF is #C86C50. Grayscale: #7A7A7A. Windows color (decimal): -13134929 or 11506487. OLE color: 11506487.
HSL color Cylindrical-coordinate representation of color #3793AF: hue angle of 194º 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 #3793AF is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 147 | 175 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.31 |
| HSL | 194º | 0.52% | 0.45% | - |
| HSV(B) | 194º | 0.69% | 0.69% | - |
| XYZ | 19.75 | 24.77 | 44.3 | - |
| YUV | 122.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 175 | 0.69 | 0.16 | 0 | 0.31 | 194 | 0.52 | 0.45 |
| Hex | 37 | 93 | AF | 45 | 10 | 0 | 1F | C2 | 34 | 2D |
| Octal | 67 | 223 | 257 | 105 | 20 | 0 | 37 | 302 | 64 | 55 |
| Binary | 110111 | 10010011 | 10101111 | 1000101 | 10000 | 0 | 11111 | 11000010 | 110100 | 101101 |
Color Harmonies of #3793AF
Complementary color
Monochromatic Colors of #3793AF
Black with #3793AF
Text Example
Text Example
White with #3793AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3793AF; }
p { color: rgb(55,147,175); }
H1.HeaderClassName
{
color: #3793AF;
}
.AnyTagClassName
{
color: #3793AF;
}
</style>
background-color css
<style>
a { background-color: #3793AF; }
a { background-color: rgb(55,147,175); }
div.DivClassName
{
background-color: #3793AF;
}
.BgClassName
{
background-color: #3793AF;
}
</style>
border-color css
<style>
span { border-color: #3793AF; }
span { border-color: rgb(55,147,175); }
td.TdClassName
{
border-color: #3793AF;
}
.TagClassName
{
border-color: #3793AF;
}
</style>