Shades of Boston Blue #3593AF
Tints of Boston Blue #3593AF
RGB
CMYK
RGB Variations
Color information
#3593AF (or 0x3593AF) is known color: Boston Blue. HEX triplet: 35, 93 and AF. RGB value is (53,147,175). Sum of RGB (Red+Green+Blue) = 53+147+175=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #3593AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3593AF is #CA6C50. Grayscale: #797979. Windows color (decimal): -13266001 or 11506485. OLE color: 11506485.
HSL color Cylindrical-coordinate representation of color #3593AF: hue angle of 193.77º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3593AF is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 147 | 175 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.31 |
| HSL | 193.77º | 0.54% | 0.45% | - |
| HSV(B) | 193.77º | 0.7% | 0.69% | - |
| XYZ | 19.64 | 24.72 | 44.29 | - |
| YUV | 122.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 175 | 0.70 | 0.16 | 0 | 0.31 | 193.77 | 0.54 | 0.45 |
| Hex | 35 | 93 | AF | 46 | 10 | 0 | 1F | C2 | 36 | 2D |
| Octal | 65 | 223 | 257 | 106 | 20 | 0 | 37 | 302 | 66 | 55 |
| Binary | 110101 | 10010011 | 10101111 | 1000110 | 10000 | 0 | 11111 | 11000010 | 110110 | 101101 |
Color Harmonies of #3593AF
Complementary color
Monochromatic Colors of #3593AF
Black with #3593AF
Text Example
Text Example
White with #3593AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3593AF; }
p { color: rgb(53,147,175); }
H1.HeaderClassName
{
color: #3593AF;
}
.AnyTagClassName
{
color: #3593AF;
}
</style>
background-color css
<style>
a { background-color: #3593AF; }
a { background-color: rgb(53,147,175); }
div.DivClassName
{
background-color: #3593AF;
}
.BgClassName
{
background-color: #3593AF;
}
</style>
border-color css
<style>
span { border-color: #3593AF; }
span { border-color: rgb(53,147,175); }
td.TdClassName
{
border-color: #3593AF;
}
.TagClassName
{
border-color: #3593AF;
}
</style>