Shades of Boston Blue #368DB3
Tints of Boston Blue #368DB3
RGB
CMYK
RGB Variations
Color information
#368DB3 (or 0x368DB3) is known color: Boston Blue. HEX triplet: 36, 8D and B3. RGB value is (54,141,179). Sum of RGB (Red+Green+Blue) = 54+141+179=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #368DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DB3 is #C9724C. Grayscale: #777777. Windows color (decimal): -13201997 or 11767094. OLE color: 11767094.
HSL color Cylindrical-coordinate representation of color #368DB3: hue angle of 198.24º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #368DB3 is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 141 | 179 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.30 |
| HSL | 198.24º | 0.54% | 0.46% | - |
| HSV(B) | 198.24º | 0.7% | 0.7% | - |
| XYZ | 19.18 | 23.09 | 46.09 | - |
| YUV | 119.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 141 | 179 | 0.70 | 0.21 | 0 | 0.30 | 198.24 | 0.54 | 0.46 |
| Hex | 36 | 8D | B3 | 46 | 15 | 0 | 1E | C6 | 36 | 2E |
| Octal | 66 | 215 | 263 | 106 | 25 | 0 | 36 | 306 | 66 | 56 |
| Binary | 110110 | 10001101 | 10110011 | 1000110 | 10101 | 0 | 11110 | 11000110 | 110110 | 101110 |
Color Harmonies of #368DB3
Complementary color
Monochromatic Colors of #368DB3
Black with #368DB3
Text Example
Text Example
White with #368DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368DB3; }
p { color: rgb(54,141,179); }
H1.HeaderClassName
{
color: #368DB3;
}
.AnyTagClassName
{
color: #368DB3;
}
</style>
background-color css
<style>
a { background-color: #368DB3; }
a { background-color: rgb(54,141,179); }
div.DivClassName
{
background-color: #368DB3;
}
.BgClassName
{
background-color: #368DB3;
}
</style>
border-color css
<style>
span { border-color: #368DB3; }
span { border-color: rgb(54,141,179); }
td.TdClassName
{
border-color: #368DB3;
}
.TagClassName
{
border-color: #368DB3;
}
</style>