Shades of Boston Blue #3C9AAE
Tints of Boston Blue #3C9AAE
RGB
CMYK
RGB Variations
Color information
#3C9AAE (or 0x3C9AAE) is known color: Boston Blue. HEX triplet: 3C, 9A and AE. RGB value is (60,154,174). Sum of RGB (Red+Green+Blue) = 60+154+174=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C9AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9AAE is #C36551. Grayscale: #808080. Windows color (decimal): -12805458 or 11442748. OLE color: 11442748.
HSL color Cylindrical-coordinate representation of color #3C9AAE: hue angle of 190.53º 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 #3C9AAE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 154 | 174 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.32 |
| HSL | 190.53º | 0.49% | 0.46% | - |
| HSV(B) | 190.53º | 0.66% | 0.68% | - |
| XYZ | 21.06 | 27.13 | 44.17 | - |
| YUV | 128.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 154 | 174 | 0.66 | 0.11 | 0 | 0.32 | 190.53 | 0.49 | 0.46 |
| Hex | 3C | 9A | AE | 42 | B | 0 | 20 | BF | 31 | 2E |
| Octal | 74 | 232 | 256 | 102 | 13 | 0 | 40 | 277 | 61 | 56 |
| Binary | 111100 | 10011010 | 10101110 | 1000010 | 1011 | 0 | 100000 | 10111111 | 110001 | 101110 |
Color Harmonies of #3C9AAE
Complementary color
Monochromatic Colors of #3C9AAE
Black with #3C9AAE
Text Example
Text Example
White with #3C9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9AAE; }
p { color: rgb(60,154,174); }
H1.HeaderClassName
{
color: #3C9AAE;
}
.AnyTagClassName
{
color: #3C9AAE;
}
</style>
background-color css
<style>
a { background-color: #3C9AAE; }
a { background-color: rgb(60,154,174); }
div.DivClassName
{
background-color: #3C9AAE;
}
.BgClassName
{
background-color: #3C9AAE;
}
</style>
border-color css
<style>
span { border-color: #3C9AAE; }
span { border-color: rgb(60,154,174); }
td.TdClassName
{
border-color: #3C9AAE;
}
.TagClassName
{
border-color: #3C9AAE;
}
</style>