Shades of Boston Blue #3C8CAF
Tints of Boston Blue #3C8CAF
RGB
CMYK
RGB Variations
Color information
#3C8CAF (or 0x3C8CAF) is known color: Boston Blue. HEX triplet: 3C, 8C and AF. RGB value is (60,140,175). Sum of RGB (Red+Green+Blue) = 60+140+175=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C8CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8CAF is #C37350. Grayscale: #777777. Windows color (decimal): -12809041 or 11504700. OLE color: 11504700.
HSL color Cylindrical-coordinate representation of color #3C8CAF: hue angle of 198.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C8CAF is Cyan = 0.66, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 140 | 175 | - |
| CMYK | 0.66 | 0.2 | 0 | 0.31 |
| HSL | 198.26º | 0.49% | 0.46% | - |
| HSV(B) | 198.26º | 0.66% | 0.69% | - |
| XYZ | 18.98 | 22.81 | 43.96 | - |
| YUV | 120.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 140 | 175 | 0.66 | 0.2 | 0 | 0.31 | 198.26 | 0.49 | 0.46 |
| Hex | 3C | 8C | AF | 42 | 14 | 0 | 1F | C6 | 31 | 2E |
| Octal | 74 | 214 | 257 | 102 | 24 | 0 | 37 | 306 | 61 | 56 |
| Binary | 111100 | 10001100 | 10101111 | 1000010 | 10100 | 0 | 11111 | 11000110 | 110001 | 101110 |
Color Harmonies of #3C8CAF
Complementary color
Monochromatic Colors of #3C8CAF
Black with #3C8CAF
Text Example
Text Example
White with #3C8CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8CAF; }
p { color: rgb(60,140,175); }
H1.HeaderClassName
{
color: #3C8CAF;
}
.AnyTagClassName
{
color: #3C8CAF;
}
</style>
background-color css
<style>
a { background-color: #3C8CAF; }
a { background-color: rgb(60,140,175); }
div.DivClassName
{
background-color: #3C8CAF;
}
.BgClassName
{
background-color: #3C8CAF;
}
</style>
border-color css
<style>
span { border-color: #3C8CAF; }
span { border-color: rgb(60,140,175); }
td.TdClassName
{
border-color: #3C8CAF;
}
.TagClassName
{
border-color: #3C8CAF;
}
</style>