Shades of Boston Blue #3992AF
Tints of Boston Blue #3992AF
RGB
CMYK
RGB Variations
Color information
#3992AF (or 0x3992AF) is known color: Boston Blue. HEX triplet: 39, 92 and AF. RGB value is (57,146,175). Sum of RGB (Red+Green+Blue) = 57+146+175=378 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15.08% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #3992AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3992AF is #C66D50. Grayscale: #7A7A7A. Windows color (decimal): -13004113 or 11506233. OLE color: 11506233.
HSL color Cylindrical-coordinate representation of color #3992AF: hue angle of 194.75º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3992AF is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 146 | 175 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.31 |
| HSL | 194.75º | 0.51% | 0.45% | - |
| HSV(B) | 194.75º | 0.67% | 0.69% | - |
| XYZ | 19.7 | 24.52 | 44.25 | - |
| YUV | 122.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 175 | 0.67 | 0.17 | 0 | 0.31 | 194.75 | 0.51 | 0.45 |
| Hex | 39 | 92 | AF | 43 | 11 | 0 | 1F | C3 | 33 | 2D |
| Octal | 71 | 222 | 257 | 103 | 21 | 0 | 37 | 303 | 63 | 55 |
| Binary | 111001 | 10010010 | 10101111 | 1000011 | 10001 | 0 | 11111 | 11000011 | 110011 | 101101 |
Color Harmonies of #3992AF
Complementary color
Monochromatic Colors of #3992AF
Black with #3992AF
Text Example
Text Example
White with #3992AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3992AF; }
p { color: rgb(57,146,175); }
H1.HeaderClassName
{
color: #3992AF;
}
.AnyTagClassName
{
color: #3992AF;
}
</style>
background-color css
<style>
a { background-color: #3992AF; }
a { background-color: rgb(57,146,175); }
div.DivClassName
{
background-color: #3992AF;
}
.BgClassName
{
background-color: #3992AF;
}
</style>
border-color css
<style>
span { border-color: #3992AF; }
span { border-color: rgb(57,146,175); }
td.TdClassName
{
border-color: #3992AF;
}
.TagClassName
{
border-color: #3992AF;
}
</style>