Shades of Boston Blue #3D9ABC
Tints of Boston Blue #3D9ABC
RGB
CMYK
RGB Variations
Color information
#3D9ABC (or 0x3D9ABC) is known color: Boston Blue. HEX triplet: 3D, 9A and BC. RGB value is (61,154,188). Sum of RGB (Red+Green+Blue) = 61+154+188=403 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.14% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D9ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9ABC is #C26543. Grayscale: #818181. Windows color (decimal): -12739908 or 12360253. OLE color: 12360253.
HSL color Cylindrical-coordinate representation of color #3D9ABC: hue angle of 196.06º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D9ABC is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 154 | 188 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.26 |
| HSL | 196.06º | 0.51% | 0.49% | - |
| HSV(B) | 196.06º | 0.68% | 0.74% | - |
| XYZ | 22.56 | 27.73 | 51.74 | - |
| YUV | 130.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 188 | 0.68 | 0.18 | 0 | 0.26 | 196.06 | 0.51 | 0.49 |
| Hex | 3D | 9A | BC | 44 | 12 | 0 | 1A | C4 | 33 | 31 |
| Octal | 75 | 232 | 274 | 104 | 22 | 0 | 32 | 304 | 63 | 61 |
| Binary | 111101 | 10011010 | 10111100 | 1000100 | 10010 | 0 | 11010 | 11000100 | 110011 | 110001 |
Color Harmonies of #3D9ABC
Complementary color
Monochromatic Colors of #3D9ABC
Black with #3D9ABC
Text Example
Text Example
White with #3D9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9ABC; }
p { color: rgb(61,154,188); }
H1.HeaderClassName
{
color: #3D9ABC;
}
.AnyTagClassName
{
color: #3D9ABC;
}
</style>
background-color css
<style>
a { background-color: #3D9ABC; }
a { background-color: rgb(61,154,188); }
div.DivClassName
{
background-color: #3D9ABC;
}
.BgClassName
{
background-color: #3D9ABC;
}
</style>
border-color css
<style>
span { border-color: #3D9ABC; }
span { border-color: rgb(61,154,188); }
td.TdClassName
{
border-color: #3D9ABC;
}
.TagClassName
{
border-color: #3D9ABC;
}
</style>