Shades of Boston Blue #3C93A9
Tints of Boston Blue #3C93A9
RGB
CMYK
RGB Variations
Color information
#3C93A9 (or 0x3C93A9) is known color: Boston Blue. HEX triplet: 3C, 93 and A9. RGB value is (60,147,169). Sum of RGB (Red+Green+Blue) = 60+147+169=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C93A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C93A9 is #C36C56. Grayscale: #7B7B7B. Windows color (decimal): -12807255 or 11113276. OLE color: 11113276.
HSL color Cylindrical-coordinate representation of color #3C93A9: hue angle of 192.11º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C93A9 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 147 | 169 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.34 |
| HSL | 192.11º | 0.48% | 0.45% | - |
| HSV(B) | 192.11º | 0.64% | 0.66% | - |
| XYZ | 19.46 | 24.69 | 41.28 | - |
| YUV | 123.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 169 | 0.64 | 0.13 | 0 | 0.34 | 192.11 | 0.48 | 0.45 |
| Hex | 3C | 93 | A9 | 40 | D | 0 | 22 | C0 | 30 | 2D |
| Octal | 74 | 223 | 251 | 100 | 15 | 0 | 42 | 300 | 60 | 55 |
| Binary | 111100 | 10010011 | 10101001 | 1000000 | 1101 | 0 | 100010 | 11000000 | 110000 | 101101 |
Color Harmonies of #3C93A9
Complementary color
Monochromatic Colors of #3C93A9
Black with #3C93A9
Text Example
Text Example
White with #3C93A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C93A9; }
p { color: rgb(60,147,169); }
H1.HeaderClassName
{
color: #3C93A9;
}
.AnyTagClassName
{
color: #3C93A9;
}
</style>
background-color css
<style>
a { background-color: #3C93A9; }
a { background-color: rgb(60,147,169); }
div.DivClassName
{
background-color: #3C93A9;
}
.BgClassName
{
background-color: #3C93A9;
}
</style>
border-color css
<style>
span { border-color: #3C93A9; }
span { border-color: rgb(60,147,169); }
td.TdClassName
{
border-color: #3C93A9;
}
.TagClassName
{
border-color: #3C93A9;
}
</style>