Shades of Boston Blue #3C92AD
Tints of Boston Blue #3C92AD
RGB
CMYK
RGB Variations
Color information
#3C92AD (or 0x3C92AD) is known color: Boston Blue. HEX triplet: 3C, 92 and AD. RGB value is (60,146,173). Sum of RGB (Red+Green+Blue) = 60+146+173=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C92AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C92AD is #C36D52. Grayscale: #7B7B7B. Windows color (decimal): -12807507 or 11375164. OLE color: 11375164.
HSL color Cylindrical-coordinate representation of color #3C92AD: hue angle of 194.34º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C92AD is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 146 | 173 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.32 |
| HSL | 194.34º | 0.48% | 0.46% | - |
| HSV(B) | 194.34º | 0.65% | 0.68% | - |
| XYZ | 19.69 | 24.54 | 43.23 | - |
| YUV | 123.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 173 | 0.65 | 0.16 | 0 | 0.32 | 194.34 | 0.48 | 0.46 |
| Hex | 3C | 92 | AD | 41 | 10 | 0 | 20 | C2 | 30 | 2E |
| Octal | 74 | 222 | 255 | 101 | 20 | 0 | 40 | 302 | 60 | 56 |
| Binary | 111100 | 10010010 | 10101101 | 1000001 | 10000 | 0 | 100000 | 11000010 | 110000 | 101110 |
Color Harmonies of #3C92AD
Complementary color
Monochromatic Colors of #3C92AD
Black with #3C92AD
Text Example
Text Example
White with #3C92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C92AD; }
p { color: rgb(60,146,173); }
H1.HeaderClassName
{
color: #3C92AD;
}
.AnyTagClassName
{
color: #3C92AD;
}
</style>
background-color css
<style>
a { background-color: #3C92AD; }
a { background-color: rgb(60,146,173); }
div.DivClassName
{
background-color: #3C92AD;
}
.BgClassName
{
background-color: #3C92AD;
}
</style>
border-color css
<style>
span { border-color: #3C92AD; }
span { border-color: rgb(60,146,173); }
td.TdClassName
{
border-color: #3C92AD;
}
.TagClassName
{
border-color: #3C92AD;
}
</style>