Shades of Boston Blue #3D99AB
Tints of Boston Blue #3D99AB
RGB
CMYK
RGB Variations
Color information
#3D99AB (or 0x3D99AB) is known color: Boston Blue. HEX triplet: 3D, 99 and AB. RGB value is (61,153,171). Sum of RGB (Red+Green+Blue) = 61+153+171=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #3D99AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D99AB is #C26654. Grayscale: #7F7F7F. Windows color (decimal): -12740181 or 11245885. OLE color: 11245885.
HSL color Cylindrical-coordinate representation of color #3D99AB: hue angle of 189.82º 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 #3D99AB is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 153 | 171 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.33 |
| HSL | 189.82º | 0.47% | 0.45% | - |
| HSV(B) | 189.82º | 0.64% | 0.67% | - |
| XYZ | 20.67 | 26.71 | 42.6 | - |
| YUV | 127.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 171 | 0.64 | 0.11 | 0 | 0.33 | 189.82 | 0.47 | 0.45 |
| Hex | 3D | 99 | AB | 40 | B | 0 | 21 | BE | 2F | 2D |
| Octal | 75 | 231 | 253 | 100 | 13 | 0 | 41 | 276 | 57 | 55 |
| Binary | 111101 | 10011001 | 10101011 | 1000000 | 1011 | 0 | 100001 | 10111110 | 101111 | 101101 |
Color Harmonies of #3D99AB
Complementary color
Monochromatic Colors of #3D99AB
Black with #3D99AB
Text Example
Text Example
White with #3D99AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D99AB; }
p { color: rgb(61,153,171); }
H1.HeaderClassName
{
color: #3D99AB;
}
.AnyTagClassName
{
color: #3D99AB;
}
</style>
background-color css
<style>
a { background-color: #3D99AB; }
a { background-color: rgb(61,153,171); }
div.DivClassName
{
background-color: #3D99AB;
}
.BgClassName
{
background-color: #3D99AB;
}
</style>
border-color css
<style>
span { border-color: #3D99AB; }
span { border-color: rgb(61,153,171); }
td.TdClassName
{
border-color: #3D99AB;
}
.TagClassName
{
border-color: #3D99AB;
}
</style>