Shades of Boston Blue #399AAC
Tints of Boston Blue #399AAC
RGB
CMYK
RGB Variations
Color information
#399AAC (or 0x399AAC) is known color: Boston Blue. HEX triplet: 39, 9A and AC. RGB value is (57,154,172). Sum of RGB (Red+Green+Blue) = 57+154+172=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #399AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AAC is #C66553. Grayscale: #7E7E7E. Windows color (decimal): -13002068 or 11311673. OLE color: 11311673.
HSL color Cylindrical-coordinate representation of color #399AAC: hue angle of 189.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399AAC is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 154 | 172 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.33 |
| HSL | 189.39º | 0.5% | 0.45% | - |
| HSV(B) | 189.39º | 0.67% | 0.67% | - |
| XYZ | 20.69 | 26.96 | 43.14 | - |
| YUV | 127.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 172 | 0.67 | 0.10 | 0 | 0.33 | 189.39 | 0.5 | 0.45 |
| Hex | 39 | 9A | AC | 43 | A | 0 | 21 | BD | 32 | 2D |
| Octal | 71 | 232 | 254 | 103 | 12 | 0 | 41 | 275 | 62 | 55 |
| Binary | 111001 | 10011010 | 10101100 | 1000011 | 1010 | 0 | 100001 | 10111101 | 110010 | 101101 |
Color Harmonies of #399AAC
Complementary color
Monochromatic Colors of #399AAC
Black with #399AAC
Text Example
Text Example
White with #399AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399AAC; }
p { color: rgb(57,154,172); }
H1.HeaderClassName
{
color: #399AAC;
}
.AnyTagClassName
{
color: #399AAC;
}
</style>
background-color css
<style>
a { background-color: #399AAC; }
a { background-color: rgb(57,154,172); }
div.DivClassName
{
background-color: #399AAC;
}
.BgClassName
{
background-color: #399AAC;
}
</style>
border-color css
<style>
span { border-color: #399AAC; }
span { border-color: rgb(57,154,172); }
td.TdClassName
{
border-color: #399AAC;
}
.TagClassName
{
border-color: #399AAC;
}
</style>