Shades of Boston Blue #3685AB
Tints of Boston Blue #3685AB
RGB
CMYK
RGB Variations
Color information
#3685AB (or 0x3685AB) is known color: Boston Blue. HEX triplet: 36, 85 and AB. RGB value is (54,133,171). Sum of RGB (Red+Green+Blue) = 54+133+171=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #3685AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3685AB is #C97A54. Grayscale: #717171. Windows color (decimal): -13204053 or 11240758. OLE color: 11240758.
HSL color Cylindrical-coordinate representation of color #3685AB: hue angle of 199.49º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3685AB is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 133 | 171 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.33 |
| HSL | 199.49º | 0.52% | 0.44% | - |
| HSV(B) | 199.49º | 0.68% | 0.67% | - |
| XYZ | 17.26 | 20.5 | 41.58 | - |
| YUV | 113.71 | 160.33 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 171 | 0.68 | 0.22 | 0 | 0.33 | 199.49 | 0.52 | 0.44 |
| Hex | 36 | 85 | AB | 44 | 16 | 0 | 21 | C7 | 34 | 2C |
| Octal | 66 | 205 | 253 | 104 | 26 | 0 | 41 | 307 | 64 | 54 |
| Binary | 110110 | 10000101 | 10101011 | 1000100 | 10110 | 0 | 100001 | 11000111 | 110100 | 101100 |
Color Harmonies of #3685AB
Complementary color
Monochromatic Colors of #3685AB
Black with #3685AB
Text Example
Text Example
White with #3685AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3685AB; }
p { color: rgb(54,133,171); }
H1.HeaderClassName
{
color: #3685AB;
}
.AnyTagClassName
{
color: #3685AB;
}
</style>
background-color css
<style>
a { background-color: #3685AB; }
a { background-color: rgb(54,133,171); }
div.DivClassName
{
background-color: #3685AB;
}
.BgClassName
{
background-color: #3685AB;
}
</style>
border-color css
<style>
span { border-color: #3685AB; }
span { border-color: rgb(54,133,171); }
td.TdClassName
{
border-color: #3685AB;
}
.TagClassName
{
border-color: #3685AB;
}
</style>