Shades of Boston Blue #3C97BD
Tints of Boston Blue #3C97BD
RGB
CMYK
RGB Variations
Color information
#3C97BD (or 0x3C97BD) is known color: Boston Blue. HEX triplet: 3C, 97 and BD. RGB value is (60,151,189). Sum of RGB (Red+Green+Blue) = 60+151+189=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C97BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C97BD is #C36842. Grayscale: #7F7F7F. Windows color (decimal): -12806211 or 12425020. OLE color: 12425020.
HSL color Cylindrical-coordinate representation of color #3C97BD: hue angle of 197.67º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C97BD is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 151 | 189 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.26 |
| HSL | 197.67º | 0.52% | 0.49% | - |
| HSV(B) | 197.67º | 0.68% | 0.74% | - |
| XYZ | 22.12 | 26.77 | 52.15 | - |
| YUV | 128.12 | 162.35 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 189 | 0.68 | 0.20 | 0 | 0.26 | 197.67 | 0.52 | 0.49 |
| Hex | 3C | 97 | BD | 44 | 14 | 0 | 1A | C6 | 34 | 31 |
| Octal | 74 | 227 | 275 | 104 | 24 | 0 | 32 | 306 | 64 | 61 |
| Binary | 111100 | 10010111 | 10111101 | 1000100 | 10100 | 0 | 11010 | 11000110 | 110100 | 110001 |
Color Harmonies of #3C97BD
Complementary color
Monochromatic Colors of #3C97BD
Black with #3C97BD
Text Example
Text Example
White with #3C97BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C97BD; }
p { color: rgb(60,151,189); }
H1.HeaderClassName
{
color: #3C97BD;
}
.AnyTagClassName
{
color: #3C97BD;
}
</style>
background-color css
<style>
a { background-color: #3C97BD; }
a { background-color: rgb(60,151,189); }
div.DivClassName
{
background-color: #3C97BD;
}
.BgClassName
{
background-color: #3C97BD;
}
</style>
border-color css
<style>
span { border-color: #3C97BD; }
span { border-color: rgb(60,151,189); }
td.TdClassName
{
border-color: #3C97BD;
}
.TagClassName
{
border-color: #3C97BD;
}
</style>