Shades of Boston Blue #3893AD
Tints of Boston Blue #3893AD
RGB
CMYK
RGB Variations
Color information
#3893AD (or 0x3893AD) is known color: Boston Blue. HEX triplet: 38, 93 and AD. RGB value is (56,147,173). Sum of RGB (Red+Green+Blue) = 56+147+173=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #3893AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3893AD is #C76C52. Grayscale: #7A7A7A. Windows color (decimal): -13069395 or 11375416. OLE color: 11375416.
HSL color Cylindrical-coordinate representation of color #3893AD: hue angle of 193.33º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3893AD is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 147 | 173 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.32 |
| HSL | 193.33º | 0.51% | 0.45% | - |
| HSV(B) | 193.33º | 0.68% | 0.68% | - |
| XYZ | 19.61 | 24.73 | 43.27 | - |
| YUV | 122.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 173 | 0.68 | 0.15 | 0 | 0.32 | 193.33 | 0.51 | 0.45 |
| Hex | 38 | 93 | AD | 44 | F | 0 | 20 | C1 | 33 | 2D |
| Octal | 70 | 223 | 255 | 104 | 17 | 0 | 40 | 301 | 63 | 55 |
| Binary | 111000 | 10010011 | 10101101 | 1000100 | 1111 | 0 | 100000 | 11000001 | 110011 | 101101 |
Color Harmonies of #3893AD
Complementary color
Monochromatic Colors of #3893AD
Black with #3893AD
Text Example
Text Example
White with #3893AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3893AD; }
p { color: rgb(56,147,173); }
H1.HeaderClassName
{
color: #3893AD;
}
.AnyTagClassName
{
color: #3893AD;
}
</style>
background-color css
<style>
a { background-color: #3893AD; }
a { background-color: rgb(56,147,173); }
div.DivClassName
{
background-color: #3893AD;
}
.BgClassName
{
background-color: #3893AD;
}
</style>
border-color css
<style>
span { border-color: #3893AD; }
span { border-color: rgb(56,147,173); }
td.TdClassName
{
border-color: #3893AD;
}
.TagClassName
{
border-color: #3893AD;
}
</style>