Shades of Boston Blue #3693B0
Tints of Boston Blue #3693B0
RGB
CMYK
RGB Variations
Color information
#3693B0 (or 0x3693B0) is known color: Boston Blue. HEX triplet: 36, 93 and B0. RGB value is (54,147,176). Sum of RGB (Red+Green+Blue) = 54+147+176=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #3693B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3693B0 is #C96C4F. Grayscale: #7A7A7A. Windows color (decimal): -13200464 or 11572022. OLE color: 11572022.
HSL color Cylindrical-coordinate representation of color #3693B0: hue angle of 194.26º 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 #3693B0 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 147 | 176 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.31 |
| HSL | 194.26º | 0.53% | 0.45% | - |
| HSV(B) | 194.26º | 0.69% | 0.69% | - |
| XYZ | 19.79 | 24.79 | 44.82 | - |
| YUV | 122.5 | 158.19 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 147 | 176 | 0.69 | 0.16 | 0 | 0.31 | 194.26 | 0.53 | 0.45 |
| Hex | 36 | 93 | B0 | 45 | 10 | 0 | 1F | C2 | 35 | 2D |
| Octal | 66 | 223 | 260 | 105 | 20 | 0 | 37 | 302 | 65 | 55 |
| Binary | 110110 | 10010011 | 10110000 | 1000101 | 10000 | 0 | 11111 | 11000010 | 110101 | 101101 |
Color Harmonies of #3693B0
Complementary color
Monochromatic Colors of #3693B0
Black with #3693B0
Text Example
Text Example
White with #3693B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3693B0; }
p { color: rgb(54,147,176); }
H1.HeaderClassName
{
color: #3693B0;
}
.AnyTagClassName
{
color: #3693B0;
}
</style>
background-color css
<style>
a { background-color: #3693B0; }
a { background-color: rgb(54,147,176); }
div.DivClassName
{
background-color: #3693B0;
}
.BgClassName
{
background-color: #3693B0;
}
</style>
border-color css
<style>
span { border-color: #3693B0; }
span { border-color: rgb(54,147,176); }
td.TdClassName
{
border-color: #3693B0;
}
.TagClassName
{
border-color: #3693B0;
}
</style>