Shades of Boston Blue #3F93AD
Tints of Boston Blue #3F93AD
RGB
CMYK
RGB Variations
Color information
#3F93AD (or 0x3F93AD) is known color: Boston Blue. HEX triplet: 3F, 93 and AD. RGB value is (63,147,173). Sum of RGB (Red+Green+Blue) = 63+147+173=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F93AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F93AD is #C06C52. Grayscale: #7C7C7C. Windows color (decimal): -12610643 or 11375423. OLE color: 11375423.
HSL color Cylindrical-coordinate representation of color #3F93AD: hue angle of 194.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F93AD is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 147 | 173 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.32 |
| HSL | 194.18º | 0.47% | 0.46% | - |
| HSV(B) | 194.18º | 0.64% | 0.68% | - |
| XYZ | 20.03 | 24.94 | 43.29 | - |
| YUV | 124.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 173 | 0.64 | 0.15 | 0 | 0.32 | 194.18 | 0.47 | 0.46 |
| Hex | 3F | 93 | AD | 40 | F | 0 | 20 | C2 | 2F | 2E |
| Octal | 77 | 223 | 255 | 100 | 17 | 0 | 40 | 302 | 57 | 56 |
| Binary | 111111 | 10010011 | 10101101 | 1000000 | 1111 | 0 | 100000 | 11000010 | 101111 | 101110 |
Color Harmonies of #3F93AD
Complementary color
Monochromatic Colors of #3F93AD
Black with #3F93AD
Text Example
Text Example
White with #3F93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F93AD; }
p { color: rgb(63,147,173); }
H1.HeaderClassName
{
color: #3F93AD;
}
.AnyTagClassName
{
color: #3F93AD;
}
</style>
background-color css
<style>
a { background-color: #3F93AD; }
a { background-color: rgb(63,147,173); }
div.DivClassName
{
background-color: #3F93AD;
}
.BgClassName
{
background-color: #3F93AD;
}
</style>
border-color css
<style>
span { border-color: #3F93AD; }
span { border-color: rgb(63,147,173); }
td.TdClassName
{
border-color: #3F93AD;
}
.TagClassName
{
border-color: #3F93AD;
}
</style>