Shades of Boston Blue #3C92B3
Tints of Boston Blue #3C92B3
RGB
CMYK
RGB Variations
Color information
#3C92B3 (or 0x3C92B3) is known color: Boston Blue. HEX triplet: 3C, 92 and B3. RGB value is (60,146,179). Sum of RGB (Red+Green+Blue) = 60+146+179=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C92B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C92B3 is #C36D4C. Grayscale: #7B7B7B. Windows color (decimal): -12807501 or 11768380. OLE color: 11768380.
HSL color Cylindrical-coordinate representation of color #3C92B3: hue angle of 196.64º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C92B3 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 146 | 179 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.30 |
| HSL | 196.64º | 0.5% | 0.47% | - |
| HSV(B) | 196.64º | 0.66% | 0.7% | - |
| XYZ | 20.28 | 24.77 | 46.36 | - |
| YUV | 124.05 | 159.01 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 179 | 0.66 | 0.18 | 0 | 0.30 | 196.64 | 0.5 | 0.47 |
| Hex | 3C | 92 | B3 | 42 | 12 | 0 | 1E | C5 | 32 | 2F |
| Octal | 74 | 222 | 263 | 102 | 22 | 0 | 36 | 305 | 62 | 57 |
| Binary | 111100 | 10010010 | 10110011 | 1000010 | 10010 | 0 | 11110 | 11000101 | 110010 | 101111 |
Color Harmonies of #3C92B3
Complementary color
Monochromatic Colors of #3C92B3
Black with #3C92B3
Text Example
Text Example
White with #3C92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C92B3; }
p { color: rgb(60,146,179); }
H1.HeaderClassName
{
color: #3C92B3;
}
.AnyTagClassName
{
color: #3C92B3;
}
</style>
background-color css
<style>
a { background-color: #3C92B3; }
a { background-color: rgb(60,146,179); }
div.DivClassName
{
background-color: #3C92B3;
}
.BgClassName
{
background-color: #3C92B3;
}
</style>
border-color css
<style>
span { border-color: #3C92B3; }
span { border-color: rgb(60,146,179); }
td.TdClassName
{
border-color: #3C92B3;
}
.TagClassName
{
border-color: #3C92B3;
}
</style>