Shades of Boston Blue #3C9FB3
Tints of Boston Blue #3C9FB3
RGB
CMYK
RGB Variations
Color information
#3C9FB3 (or 0x3C9FB3) is known color: Boston Blue. HEX triplet: 3C, 9F and B3. RGB value is (60,159,179). Sum of RGB (Red+Green+Blue) = 60+159+179=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C9FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9FB3 is #C3604C. Grayscale: #838383. Windows color (decimal): -12804173 or 11771708. OLE color: 11771708.
HSL color Cylindrical-coordinate representation of color #3C9FB3: hue angle of 190.08º 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 #3C9FB3 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 159 | 179 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.30 |
| HSL | 190.08º | 0.5% | 0.47% | - |
| HSV(B) | 190.08º | 0.66% | 0.7% | - |
| XYZ | 22.4 | 29.01 | 47.07 | - |
| YUV | 131.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 159 | 179 | 0.66 | 0.11 | 0 | 0.30 | 190.08 | 0.5 | 0.47 |
| Hex | 3C | 9F | B3 | 42 | B | 0 | 1E | BE | 32 | 2F |
| Octal | 74 | 237 | 263 | 102 | 13 | 0 | 36 | 276 | 62 | 57 |
| Binary | 111100 | 10011111 | 10110011 | 1000010 | 1011 | 0 | 11110 | 10111110 | 110010 | 101111 |
Color Harmonies of #3C9FB3
Complementary color
Monochromatic Colors of #3C9FB3
Black with #3C9FB3
Text Example
Text Example
White with #3C9FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9FB3; }
p { color: rgb(60,159,179); }
H1.HeaderClassName
{
color: #3C9FB3;
}
.AnyTagClassName
{
color: #3C9FB3;
}
</style>
background-color css
<style>
a { background-color: #3C9FB3; }
a { background-color: rgb(60,159,179); }
div.DivClassName
{
background-color: #3C9FB3;
}
.BgClassName
{
background-color: #3C9FB3;
}
</style>
border-color css
<style>
span { border-color: #3C9FB3; }
span { border-color: rgb(60,159,179); }
td.TdClassName
{
border-color: #3C9FB3;
}
.TagClassName
{
border-color: #3C9FB3;
}
</style>