Shades of Boston Blue #3F93A4
Tints of Boston Blue #3F93A4
RGB
CMYK
RGB Variations
Color information
#3F93A4 (or 0x3F93A4) is known color: Boston Blue. HEX triplet: 3F, 93 and A4. RGB value is (63,147,164). Sum of RGB (Red+Green+Blue) = 63+147+164=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #3F93A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F93A4 is #C06C5B. Grayscale: #7B7B7B. Windows color (decimal): -12610652 or 10785599. OLE color: 10785599.
HSL color Cylindrical-coordinate representation of color #3F93A4: hue angle of 190.1º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F93A4 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 147 | 164 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.36 |
| HSL | 190.1º | 0.44% | 0.45% | - |
| HSV(B) | 190.1º | 0.62% | 0.64% | - |
| XYZ | 19.18 | 24.6 | 38.86 | - |
| YUV | 123.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 164 | 0.62 | 0.10 | 0 | 0.36 | 190.1 | 0.44 | 0.45 |
| Hex | 3F | 93 | A4 | 3E | A | 0 | 24 | BE | 2C | 2D |
| Octal | 77 | 223 | 244 | 76 | 12 | 0 | 44 | 276 | 54 | 55 |
| Binary | 111111 | 10010011 | 10100100 | 111110 | 1010 | 0 | 100100 | 10111110 | 101100 | 101101 |
Color Harmonies of #3F93A4
Complementary color
Monochromatic Colors of #3F93A4
Black with #3F93A4
Text Example
Text Example
White with #3F93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F93A4; }
p { color: rgb(63,147,164); }
H1.HeaderClassName
{
color: #3F93A4;
}
.AnyTagClassName
{
color: #3F93A4;
}
</style>
background-color css
<style>
a { background-color: #3F93A4; }
a { background-color: rgb(63,147,164); }
div.DivClassName
{
background-color: #3F93A4;
}
.BgClassName
{
background-color: #3F93A4;
}
</style>
border-color css
<style>
span { border-color: #3F93A4; }
span { border-color: rgb(63,147,164); }
td.TdClassName
{
border-color: #3F93A4;
}
.TagClassName
{
border-color: #3F93A4;
}
</style>