Shades of Boston Blue #3D9AAA
Tints of Boston Blue #3D9AAA
RGB
CMYK
RGB Variations
Color information
#3D9AAA (or 0x3D9AAA) is known color: Boston Blue. HEX triplet: 3D, 9A and AA. RGB value is (61,154,170). Sum of RGB (Red+Green+Blue) = 61+154+170=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9AAA is #C26555. Grayscale: #7F7F7F. Windows color (decimal): -12739926 or 11180605. OLE color: 11180605.
HSL color Cylindrical-coordinate representation of color #3D9AAA: hue angle of 188.81º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D9AAA is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 154 | 170 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.33 |
| HSL | 188.81º | 0.47% | 0.45% | - |
| HSV(B) | 188.81º | 0.64% | 0.67% | - |
| XYZ | 20.74 | 27.01 | 42.15 | - |
| YUV | 128.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 170 | 0.64 | 0.09 | 0 | 0.33 | 188.81 | 0.47 | 0.45 |
| Hex | 3D | 9A | AA | 40 | 9 | 0 | 21 | BD | 2F | 2D |
| Octal | 75 | 232 | 252 | 100 | 11 | 0 | 41 | 275 | 57 | 55 |
| Binary | 111101 | 10011010 | 10101010 | 1000000 | 1001 | 0 | 100001 | 10111101 | 101111 | 101101 |
Color Harmonies of #3D9AAA
Complementary color
Monochromatic Colors of #3D9AAA
Black with #3D9AAA
Text Example
Text Example
White with #3D9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9AAA; }
p { color: rgb(61,154,170); }
H1.HeaderClassName
{
color: #3D9AAA;
}
.AnyTagClassName
{
color: #3D9AAA;
}
</style>
background-color css
<style>
a { background-color: #3D9AAA; }
a { background-color: rgb(61,154,170); }
div.DivClassName
{
background-color: #3D9AAA;
}
.BgClassName
{
background-color: #3D9AAA;
}
</style>
border-color css
<style>
span { border-color: #3D9AAA; }
span { border-color: rgb(61,154,170); }
td.TdClassName
{
border-color: #3D9AAA;
}
.TagClassName
{
border-color: #3D9AAA;
}
</style>