Shades of Boston Blue #3A93B9
Tints of Boston Blue #3A93B9
RGB
CMYK
RGB Variations
Color information
#3A93B9 (or 0x3A93B9) is known color: Boston Blue. HEX triplet: 3A, 93 and B9. RGB value is (58,147,185). Sum of RGB (Red+Green+Blue) = 58+147+185=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A93B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A93B9 is #C56C46. Grayscale: #7C7C7C. Windows color (decimal): -12938311 or 12161850. OLE color: 12161850.
HSL color Cylindrical-coordinate representation of color #3A93B9: hue angle of 197.95º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A93B9 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 147 | 185 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.27 |
| HSL | 197.95º | 0.52% | 0.48% | - |
| HSV(B) | 197.95º | 0.69% | 0.73% | - |
| XYZ | 20.94 | 25.27 | 49.67 | - |
| YUV | 124.72 | 162.01 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 185 | 0.69 | 0.21 | 0 | 0.27 | 197.95 | 0.52 | 0.48 |
| Hex | 3A | 93 | B9 | 45 | 15 | 0 | 1B | C6 | 34 | 30 |
| Octal | 72 | 223 | 271 | 105 | 25 | 0 | 33 | 306 | 64 | 60 |
| Binary | 111010 | 10010011 | 10111001 | 1000101 | 10101 | 0 | 11011 | 11000110 | 110100 | 110000 |
Color Harmonies of #3A93B9
Complementary color
Monochromatic Colors of #3A93B9
Black with #3A93B9
Text Example
Text Example
White with #3A93B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A93B9; }
p { color: rgb(58,147,185); }
H1.HeaderClassName
{
color: #3A93B9;
}
.AnyTagClassName
{
color: #3A93B9;
}
</style>
background-color css
<style>
a { background-color: #3A93B9; }
a { background-color: rgb(58,147,185); }
div.DivClassName
{
background-color: #3A93B9;
}
.BgClassName
{
background-color: #3A93B9;
}
</style>
border-color css
<style>
span { border-color: #3A93B9; }
span { border-color: rgb(58,147,185); }
td.TdClassName
{
border-color: #3A93B9;
}
.TagClassName
{
border-color: #3A93B9;
}
</style>