Shades of Boston Blue #3C9DBF
Tints of Boston Blue #3C9DBF
RGB
CMYK
RGB Variations
Color information
#3C9DBF (or 0x3C9DBF) is known color: Boston Blue. HEX triplet: 3C, 9D and BF. RGB value is (60,157,191). Sum of RGB (Red+Green+Blue) = 60+157+191=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C9DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9DBF is #C36240. Grayscale: #838383. Windows color (decimal): -12804673 or 12557628. OLE color: 12557628.
HSL color Cylindrical-coordinate representation of color #3C9DBF: hue angle of 195.57º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C9DBF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 157 | 191 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.25 |
| HSL | 195.57º | 0.52% | 0.49% | - |
| HSV(B) | 195.57º | 0.69% | 0.75% | - |
| XYZ | 23.32 | 28.84 | 53.63 | - |
| YUV | 131.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 157 | 191 | 0.69 | 0.18 | 0 | 0.25 | 195.57 | 0.52 | 0.49 |
| Hex | 3C | 9D | BF | 45 | 12 | 0 | 19 | C4 | 34 | 31 |
| Octal | 74 | 235 | 277 | 105 | 22 | 0 | 31 | 304 | 64 | 61 |
| Binary | 111100 | 10011101 | 10111111 | 1000101 | 10010 | 0 | 11001 | 11000100 | 110100 | 110001 |
Color Harmonies of #3C9DBF
Complementary color
Monochromatic Colors of #3C9DBF
Black with #3C9DBF
Text Example
Text Example
White with #3C9DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9DBF; }
p { color: rgb(60,157,191); }
H1.HeaderClassName
{
color: #3C9DBF;
}
.AnyTagClassName
{
color: #3C9DBF;
}
</style>
background-color css
<style>
a { background-color: #3C9DBF; }
a { background-color: rgb(60,157,191); }
div.DivClassName
{
background-color: #3C9DBF;
}
.BgClassName
{
background-color: #3C9DBF;
}
</style>
border-color css
<style>
span { border-color: #3C9DBF; }
span { border-color: rgb(60,157,191); }
td.TdClassName
{
border-color: #3C9DBF;
}
.TagClassName
{
border-color: #3C9DBF;
}
</style>