Shades of Boston Blue #3D8BA3
Tints of Boston Blue #3D8BA3
RGB
CMYK
RGB Variations
Color information
#3D8BA3 (or 0x3D8BA3) is known color: Boston Blue. HEX triplet: 3D, 8B and A3. RGB value is (61,139,163). Sum of RGB (Red+Green+Blue) = 61+139+163=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 163 - color contains mainly: blue. Hex color #3D8BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8BA3 is #C2745C. Grayscale: #767676. Windows color (decimal): -12743773 or 10718013. OLE color: 10718013.
HSL color Cylindrical-coordinate representation of color #3D8BA3: hue angle of 194.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D8BA3 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 139 | 163 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.36 |
| HSL | 194.12º | 0.46% | 0.44% | - |
| HSV(B) | 194.12º | 0.63% | 0.64% | - |
| XYZ | 17.77 | 22.1 | 37.98 | - |
| YUV | 118.41 | 153.16 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 139 | 163 | 0.63 | 0.15 | 0 | 0.36 | 194.12 | 0.46 | 0.44 |
| Hex | 3D | 8B | A3 | 3F | F | 0 | 24 | C2 | 2E | 2C |
| Octal | 75 | 213 | 243 | 77 | 17 | 0 | 44 | 302 | 56 | 54 |
| Binary | 111101 | 10001011 | 10100011 | 111111 | 1111 | 0 | 100100 | 11000010 | 101110 | 101100 |
Color Harmonies of #3D8BA3
Complementary color
Monochromatic Colors of #3D8BA3
Black with #3D8BA3
Text Example
Text Example
White with #3D8BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8BA3; }
p { color: rgb(61,139,163); }
H1.HeaderClassName
{
color: #3D8BA3;
}
.AnyTagClassName
{
color: #3D8BA3;
}
</style>
background-color css
<style>
a { background-color: #3D8BA3; }
a { background-color: rgb(61,139,163); }
div.DivClassName
{
background-color: #3D8BA3;
}
.BgClassName
{
background-color: #3D8BA3;
}
</style>
border-color css
<style>
span { border-color: #3D8BA3; }
span { border-color: rgb(61,139,163); }
td.TdClassName
{
border-color: #3D8BA3;
}
.TagClassName
{
border-color: #3D8BA3;
}
</style>