Shades of Boston Blue #3B88A5
Tints of Boston Blue #3B88A5
RGB
CMYK
RGB Variations
Color information
#3B88A5 (or 0x3B88A5) is known color: Boston Blue. HEX triplet: 3B, 88 and A5. RGB value is (59,136,165). Sum of RGB (Red+Green+Blue) = 59+136+165=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B88A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B88A5 is #C4775A. Grayscale: #747474. Windows color (decimal): -12875611 or 10848315. OLE color: 10848315.
HSL color Cylindrical-coordinate representation of color #3B88A5: hue angle of 196.42º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B88A5 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 136 | 165 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.35 |
| HSL | 196.42º | 0.47% | 0.44% | - |
| HSV(B) | 196.42º | 0.64% | 0.65% | - |
| XYZ | 17.4 | 21.25 | 38.78 | - |
| YUV | 116.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 136 | 165 | 0.64 | 0.18 | 0 | 0.35 | 196.42 | 0.47 | 0.44 |
| Hex | 3B | 88 | A5 | 40 | 12 | 0 | 23 | C4 | 2F | 2C |
| Octal | 73 | 210 | 245 | 100 | 22 | 0 | 43 | 304 | 57 | 54 |
| Binary | 111011 | 10001000 | 10100101 | 1000000 | 10010 | 0 | 100011 | 11000100 | 101111 | 101100 |
Color Harmonies of #3B88A5
Complementary color
Monochromatic Colors of #3B88A5
Black with #3B88A5
Text Example
Text Example
White with #3B88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B88A5; }
p { color: rgb(59,136,165); }
H1.HeaderClassName
{
color: #3B88A5;
}
.AnyTagClassName
{
color: #3B88A5;
}
</style>
background-color css
<style>
a { background-color: #3B88A5; }
a { background-color: rgb(59,136,165); }
div.DivClassName
{
background-color: #3B88A5;
}
.BgClassName
{
background-color: #3B88A5;
}
</style>
border-color css
<style>
span { border-color: #3B88A5; }
span { border-color: rgb(59,136,165); }
td.TdClassName
{
border-color: #3B88A5;
}
.TagClassName
{
border-color: #3B88A5;
}
</style>