Shades of Boston Blue #368AAA
Tints of Boston Blue #368AAA
RGB
CMYK
RGB Variations
Color information
#368AAA (or 0x368AAA) is known color: Boston Blue. HEX triplet: 36, 8A and AA. RGB value is (54,138,170). Sum of RGB (Red+Green+Blue) = 54+138+170=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #368AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368AAA is #C97555. Grayscale: #747474. Windows color (decimal): -13202774 or 11176502. OLE color: 11176502.
HSL color Cylindrical-coordinate representation of color #368AAA: hue angle of 196.55º 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 #368AAA is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 138 | 170 | - |
| CMYK | 0.68 | 0.19 | 0 | 0.33 |
| HSL | 196.55º | 0.52% | 0.44% | - |
| HSV(B) | 196.55º | 0.68% | 0.67% | - |
| XYZ | 17.87 | 21.86 | 41.31 | - |
| YUV | 116.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 138 | 170 | 0.68 | 0.19 | 0 | 0.33 | 196.55 | 0.52 | 0.44 |
| Hex | 36 | 8A | AA | 44 | 13 | 0 | 21 | C5 | 34 | 2C |
| Octal | 66 | 212 | 252 | 104 | 23 | 0 | 41 | 305 | 64 | 54 |
| Binary | 110110 | 10001010 | 10101010 | 1000100 | 10011 | 0 | 100001 | 11000101 | 110100 | 101100 |
Color Harmonies of #368AAA
Complementary color
Monochromatic Colors of #368AAA
Black with #368AAA
Text Example
Text Example
White with #368AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368AAA; }
p { color: rgb(54,138,170); }
H1.HeaderClassName
{
color: #368AAA;
}
.AnyTagClassName
{
color: #368AAA;
}
</style>
background-color css
<style>
a { background-color: #368AAA; }
a { background-color: rgb(54,138,170); }
div.DivClassName
{
background-color: #368AAA;
}
.BgClassName
{
background-color: #368AAA;
}
</style>
border-color css
<style>
span { border-color: #368AAA; }
span { border-color: rgb(54,138,170); }
td.TdClassName
{
border-color: #368AAA;
}
.TagClassName
{
border-color: #368AAA;
}
</style>