Shades of Boston Blue #3694B1
Tints of Boston Blue #3694B1
RGB
CMYK
RGB Variations
Color information
#3694B1 (or 0x3694B1) is known color: Boston Blue. HEX triplet: 36, 94 and B1. RGB value is (54,148,177). Sum of RGB (Red+Green+Blue) = 54+148+177=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #3694B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3694B1 is #C96B4E. Grayscale: #7A7A7A. Windows color (decimal): -13200207 or 11637814. OLE color: 11637814.
HSL color Cylindrical-coordinate representation of color #3694B1: hue angle of 194.15º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3694B1 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 148 | 177 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.31 |
| HSL | 194.15º | 0.53% | 0.45% | - |
| HSV(B) | 194.15º | 0.69% | 0.69% | - |
| XYZ | 20.05 | 25.14 | 45.39 | - |
| YUV | 123.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 148 | 177 | 0.69 | 0.16 | 0 | 0.31 | 194.15 | 0.53 | 0.45 |
| Hex | 36 | 94 | B1 | 45 | 10 | 0 | 1F | C2 | 35 | 2D |
| Octal | 66 | 224 | 261 | 105 | 20 | 0 | 37 | 302 | 65 | 55 |
| Binary | 110110 | 10010100 | 10110001 | 1000101 | 10000 | 0 | 11111 | 11000010 | 110101 | 101101 |
Color Harmonies of #3694B1
Complementary color
Monochromatic Colors of #3694B1
Black with #3694B1
Text Example
Text Example
White with #3694B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3694B1; }
p { color: rgb(54,148,177); }
H1.HeaderClassName
{
color: #3694B1;
}
.AnyTagClassName
{
color: #3694B1;
}
</style>
background-color css
<style>
a { background-color: #3694B1; }
a { background-color: rgb(54,148,177); }
div.DivClassName
{
background-color: #3694B1;
}
.BgClassName
{
background-color: #3694B1;
}
</style>
border-color css
<style>
span { border-color: #3694B1; }
span { border-color: rgb(54,148,177); }
td.TdClassName
{
border-color: #3694B1;
}
.TagClassName
{
border-color: #3694B1;
}
</style>