Shades of Boston Blue #3C8BAB
Tints of Boston Blue #3C8BAB
RGB
CMYK
RGB Variations
Color information
#3C8BAB (or 0x3C8BAB) is known color: Boston Blue. HEX triplet: 3C, 8B and AB. RGB value is (60,139,171). Sum of RGB (Red+Green+Blue) = 60+139+171=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C8BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8BAB is #C37454. Grayscale: #767676. Windows color (decimal): -12809301 or 11242300. OLE color: 11242300.
HSL color Cylindrical-coordinate representation of color #3C8BAB: hue angle of 197.3º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C8BAB is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 60 | 139 | 171 | - |
CMYK | 0.65 | 0.19 | 0 | 0.33 |
HSL | 197.3º | 0.48% | 0.45% | - |
HSV(B) | 197.3º | 0.65% | 0.67% | - |
XYZ | 18.45 | 22.37 | 41.87 | - |
YUV | 119.03 | 157.33 | 85.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 139 | 171 | 0.65 | 0.19 | 0 | 0.33 | 197.3 | 0.48 | 0.45 |
Hex | 3C | 8B | AB | 41 | 13 | 0 | 21 | C5 | 30 | 2D |
Octal | 74 | 213 | 253 | 101 | 23 | 0 | 41 | 305 | 60 | 55 |
Binary | 111100 | 10001011 | 10101011 | 1000001 | 10011 | 0 | 100001 | 11000101 | 110000 | 101101 |
Color Harmonies of #3C8BAB
Complementary color
Monochromatic Colors of #3C8BAB
Black with #3C8BAB
Text Example
Text Example
White with #3C8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8BAB; }
p { color: rgb(60,139,171); }
H1.HeaderClassName
{
color: #3C8BAB;
}
.AnyTagClassName
{
color: #3C8BAB;
}
</style>
background-color css
<style>
a { background-color: #3C8BAB; }
a { background-color: rgb(60,139,171); }
div.DivClassName
{
background-color: #3C8BAB;
}
.BgClassName
{
background-color: #3C8BAB;
}
</style>
border-color css
<style>
span { border-color: #3C8BAB; }
span { border-color: rgb(60,139,171); }
td.TdClassName
{
border-color: #3C8BAB;
}
.TagClassName
{
border-color: #3C8BAB;
}
</style>