Shades of Boston Blue #368CAC
Tints of Boston Blue #368CAC
RGB
CMYK
RGB Variations
Color information
#368CAC (or 0x368CAC) is known color: Boston Blue. HEX triplet: 36, 8C and AC. RGB value is (54,140,172). Sum of RGB (Red+Green+Blue) = 54+140+172=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #368CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368CAC is #C97353. Grayscale: #757575. Windows color (decimal): -13202260 or 11308086. OLE color: 11308086.
HSL color Cylindrical-coordinate representation of color #368CAC: hue angle of 196.27º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #368CAC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 140 | 172 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.33 |
| HSL | 196.27º | 0.52% | 0.44% | - |
| HSV(B) | 196.27º | 0.69% | 0.67% | - |
| XYZ | 18.35 | 22.52 | 42.41 | - |
| YUV | 117.93 | 158.51 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 140 | 172 | 0.69 | 0.19 | 0 | 0.33 | 196.27 | 0.52 | 0.44 |
| Hex | 36 | 8C | AC | 45 | 13 | 0 | 21 | C4 | 34 | 2C |
| Octal | 66 | 214 | 254 | 105 | 23 | 0 | 41 | 304 | 64 | 54 |
| Binary | 110110 | 10001100 | 10101100 | 1000101 | 10011 | 0 | 100001 | 11000100 | 110100 | 101100 |
Color Harmonies of #368CAC
Complementary color
Monochromatic Colors of #368CAC
Black with #368CAC
Text Example
Text Example
White with #368CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368CAC; }
p { color: rgb(54,140,172); }
H1.HeaderClassName
{
color: #368CAC;
}
.AnyTagClassName
{
color: #368CAC;
}
</style>
background-color css
<style>
a { background-color: #368CAC; }
a { background-color: rgb(54,140,172); }
div.DivClassName
{
background-color: #368CAC;
}
.BgClassName
{
background-color: #368CAC;
}
</style>
border-color css
<style>
span { border-color: #368CAC; }
span { border-color: rgb(54,140,172); }
td.TdClassName
{
border-color: #368CAC;
}
.TagClassName
{
border-color: #368CAC;
}
</style>