Shades of Boston Blue #3C9FAE
Tints of Boston Blue #3C9FAE
RGB
CMYK
RGB Variations
Color information
#3C9FAE (or 0x3C9FAE) is known color: Boston Blue. HEX triplet: 3C, 9F and AE. RGB value is (60,159,174). Sum of RGB (Red+Green+Blue) = 60+159+174=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C9FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9FAE is #C36051. Grayscale: #828282. Windows color (decimal): -12804178 or 11444028. OLE color: 11444028.
HSL color Cylindrical-coordinate representation of color #3C9FAE: hue angle of 187.89º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C9FAE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 159 | 174 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.32 |
| HSL | 187.89º | 0.49% | 0.46% | - |
| HSV(B) | 187.89º | 0.66% | 0.68% | - |
| XYZ | 21.9 | 28.81 | 44.45 | - |
| YUV | 131.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 159 | 174 | 0.66 | 0.09 | 0 | 0.32 | 187.89 | 0.49 | 0.46 |
| Hex | 3C | 9F | AE | 42 | 9 | 0 | 20 | BC | 31 | 2E |
| Octal | 74 | 237 | 256 | 102 | 11 | 0 | 40 | 274 | 61 | 56 |
| Binary | 111100 | 10011111 | 10101110 | 1000010 | 1001 | 0 | 100000 | 10111100 | 110001 | 101110 |
Color Harmonies of #3C9FAE
Complementary color
Monochromatic Colors of #3C9FAE
Black with #3C9FAE
Text Example
Text Example
White with #3C9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9FAE; }
p { color: rgb(60,159,174); }
H1.HeaderClassName
{
color: #3C9FAE;
}
.AnyTagClassName
{
color: #3C9FAE;
}
</style>
background-color css
<style>
a { background-color: #3C9FAE; }
a { background-color: rgb(60,159,174); }
div.DivClassName
{
background-color: #3C9FAE;
}
.BgClassName
{
background-color: #3C9FAE;
}
</style>
border-color css
<style>
span { border-color: #3C9FAE; }
span { border-color: rgb(60,159,174); }
td.TdClassName
{
border-color: #3C9FAE;
}
.TagClassName
{
border-color: #3C9FAE;
}
</style>