Shades of Boston Blue #368DAA
Tints of Boston Blue #368DAA
RGB
CMYK
RGB Variations
Color information
#368DAA (or 0x368DAA) is known color: Boston Blue. HEX triplet: 36, 8D and AA. RGB value is (54,141,170). Sum of RGB (Red+Green+Blue) = 54+141+170=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #368DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368DAA is #C97255. Grayscale: #767676. Windows color (decimal): -13202006 or 11177270. OLE color: 11177270.
HSL color Cylindrical-coordinate representation of color #368DAA: hue angle of 195º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #368DAA is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 141 | 170 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.33 |
| HSL | 195º | 0.52% | 0.44% | - |
| HSV(B) | 195º | 0.68% | 0.67% | - |
| XYZ | 18.3 | 22.74 | 41.45 | - |
| YUV | 118.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 170 | 0.68 | 0.17 | 0 | 0.33 | 195 | 0.52 | 0.44 |
| Hex | 36 | 8D | AA | 44 | 11 | 0 | 21 | C3 | 34 | 2C |
| Octal | 66 | 215 | 252 | 104 | 21 | 0 | 41 | 303 | 64 | 54 |
| Binary | 110110 | 10001101 | 10101010 | 1000100 | 10001 | 0 | 100001 | 11000011 | 110100 | 101100 |
Color Harmonies of #368DAA
Complementary color
Monochromatic Colors of #368DAA
Black with #368DAA
Text Example
Text Example
White with #368DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368DAA; }
p { color: rgb(54,141,170); }
H1.HeaderClassName
{
color: #368DAA;
}
.AnyTagClassName
{
color: #368DAA;
}
</style>
background-color css
<style>
a { background-color: #368DAA; }
a { background-color: rgb(54,141,170); }
div.DivClassName
{
background-color: #368DAA;
}
.BgClassName
{
background-color: #368DAA;
}
</style>
border-color css
<style>
span { border-color: #368DAA; }
span { border-color: rgb(54,141,170); }
td.TdClassName
{
border-color: #368DAA;
}
.TagClassName
{
border-color: #368DAA;
}
</style>