Shades of Boston Blue #3C92A9
Tints of Boston Blue #3C92A9
RGB
CMYK
RGB Variations
Color information
#3C92A9 (or 0x3C92A9) is known color: Boston Blue. HEX triplet: 3C, 92 and A9. RGB value is (60,146,169). Sum of RGB (Red+Green+Blue) = 60+146+169=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #3C92A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C92A9 is #C36D56. Grayscale: #7A7A7A. Windows color (decimal): -12807511 or 11113020. OLE color: 11113020.
HSL color Cylindrical-coordinate representation of color #3C92A9: hue angle of 192.66º 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 #3C92A9 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 146 | 169 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.34 |
| HSL | 192.66º | 0.48% | 0.45% | - |
| HSV(B) | 192.66º | 0.64% | 0.66% | - |
| XYZ | 19.3 | 24.38 | 41.23 | - |
| YUV | 122.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 169 | 0.64 | 0.14 | 0 | 0.34 | 192.66 | 0.48 | 0.45 |
| Hex | 3C | 92 | A9 | 40 | E | 0 | 22 | C1 | 30 | 2D |
| Octal | 74 | 222 | 251 | 100 | 16 | 0 | 42 | 301 | 60 | 55 |
| Binary | 111100 | 10010010 | 10101001 | 1000000 | 1110 | 0 | 100010 | 11000001 | 110000 | 101101 |
Color Harmonies of #3C92A9
Complementary color
Monochromatic Colors of #3C92A9
Black with #3C92A9
Text Example
Text Example
White with #3C92A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C92A9; }
p { color: rgb(60,146,169); }
H1.HeaderClassName
{
color: #3C92A9;
}
.AnyTagClassName
{
color: #3C92A9;
}
</style>
background-color css
<style>
a { background-color: #3C92A9; }
a { background-color: rgb(60,146,169); }
div.DivClassName
{
background-color: #3C92A9;
}
.BgClassName
{
background-color: #3C92A9;
}
</style>
border-color css
<style>
span { border-color: #3C92A9; }
span { border-color: rgb(60,146,169); }
td.TdClassName
{
border-color: #3C92A9;
}
.TagClassName
{
border-color: #3C92A9;
}
</style>