Shades of Boston Blue #368BAC
Tints of Boston Blue #368BAC
RGB
CMYK
RGB Variations
Color information
#368BAC (or 0x368BAC) is known color: Boston Blue. HEX triplet: 36, 8B and AC. RGB value is (54,139,172). Sum of RGB (Red+Green+Blue) = 54+139+172=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #368BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368BAC is #C97453. Grayscale: #757575. Windows color (decimal): -13202516 or 11307830. OLE color: 11307830.
HSL color Cylindrical-coordinate representation of color #368BAC: hue angle of 196.78º 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 #368BAC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 139 | 172 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.33 |
| HSL | 196.78º | 0.52% | 0.44% | - |
| HSV(B) | 196.78º | 0.69% | 0.67% | - |
| XYZ | 18.2 | 22.23 | 42.36 | - |
| YUV | 117.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 139 | 172 | 0.69 | 0.19 | 0 | 0.33 | 196.78 | 0.52 | 0.44 |
| Hex | 36 | 8B | AC | 45 | 13 | 0 | 21 | C5 | 34 | 2C |
| Octal | 66 | 213 | 254 | 105 | 23 | 0 | 41 | 305 | 64 | 54 |
| Binary | 110110 | 10001011 | 10101100 | 1000101 | 10011 | 0 | 100001 | 11000101 | 110100 | 101100 |
Color Harmonies of #368BAC
Complementary color
Monochromatic Colors of #368BAC
Black with #368BAC
Text Example
Text Example
White with #368BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368BAC; }
p { color: rgb(54,139,172); }
H1.HeaderClassName
{
color: #368BAC;
}
.AnyTagClassName
{
color: #368BAC;
}
</style>
background-color css
<style>
a { background-color: #368BAC; }
a { background-color: rgb(54,139,172); }
div.DivClassName
{
background-color: #368BAC;
}
.BgClassName
{
background-color: #368BAC;
}
</style>
border-color css
<style>
span { border-color: #368BAC; }
span { border-color: rgb(54,139,172); }
td.TdClassName
{
border-color: #368BAC;
}
.TagClassName
{
border-color: #368BAC;
}
</style>