Shades of Boston Blue #3D8AAF
Tints of Boston Blue #3D8AAF
RGB
CMYK
RGB Variations
Color information
#3D8AAF (or 0x3D8AAF) is known color: Boston Blue. HEX triplet: 3D, 8A and AF. RGB value is (61,138,175). Sum of RGB (Red+Green+Blue) = 61+138+175=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 138 (54.30% from 255 or 36.90% 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 #3D8AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8AAF is #C27550. Grayscale: #767676. Windows color (decimal): -12744017 or 11504189. OLE color: 11504189.
HSL color Cylindrical-coordinate representation of color #3D8AAF: hue angle of 199.47º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D8AAF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 138 | 175 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.31 |
| HSL | 199.47º | 0.48% | 0.46% | - |
| HSV(B) | 199.47º | 0.65% | 0.69% | - |
| XYZ | 18.75 | 22.26 | 43.87 | - |
| YUV | 119.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 175 | 0.65 | 0.21 | 0 | 0.31 | 199.47 | 0.48 | 0.46 |
| Hex | 3D | 8A | AF | 41 | 15 | 0 | 1F | C7 | 30 | 2E |
| Octal | 75 | 212 | 257 | 101 | 25 | 0 | 37 | 307 | 60 | 56 |
| Binary | 111101 | 10001010 | 10101111 | 1000001 | 10101 | 0 | 11111 | 11000111 | 110000 | 101110 |
Color Harmonies of #3D8AAF
Complementary color
Monochromatic Colors of #3D8AAF
Black with #3D8AAF
Text Example
Text Example
White with #3D8AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8AAF; }
p { color: rgb(61,138,175); }
H1.HeaderClassName
{
color: #3D8AAF;
}
.AnyTagClassName
{
color: #3D8AAF;
}
</style>
background-color css
<style>
a { background-color: #3D8AAF; }
a { background-color: rgb(61,138,175); }
div.DivClassName
{
background-color: #3D8AAF;
}
.BgClassName
{
background-color: #3D8AAF;
}
</style>
border-color css
<style>
span { border-color: #3D8AAF; }
span { border-color: rgb(61,138,175); }
td.TdClassName
{
border-color: #3D8AAF;
}
.TagClassName
{
border-color: #3D8AAF;
}
</style>