Shades of Boston Blue #3C91B2
Tints of Boston Blue #3C91B2
RGB
CMYK
RGB Variations
Color information
#3C91B2 (or 0x3C91B2) is known color: Boston Blue. HEX triplet: 3C, 91 and B2. RGB value is (60,145,178). Sum of RGB (Red+Green+Blue) = 60+145+178=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C91B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C91B2 is #C36E4D. Grayscale: #7B7B7B. Windows color (decimal): -12807758 or 11702588. OLE color: 11702588.
HSL color Cylindrical-coordinate representation of color #3C91B2: hue angle of 196.78º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C91B2 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 145 | 178 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.30 |
| HSL | 196.78º | 0.5% | 0.47% | - |
| HSV(B) | 196.78º | 0.66% | 0.7% | - |
| XYZ | 20.02 | 24.43 | 45.78 | - |
| YUV | 123.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 178 | 0.66 | 0.19 | 0 | 0.30 | 196.78 | 0.5 | 0.47 |
| Hex | 3C | 91 | B2 | 42 | 13 | 0 | 1E | C5 | 32 | 2F |
| Octal | 74 | 221 | 262 | 102 | 23 | 0 | 36 | 305 | 62 | 57 |
| Binary | 111100 | 10010001 | 10110010 | 1000010 | 10011 | 0 | 11110 | 11000101 | 110010 | 101111 |
Color Harmonies of #3C91B2
Complementary color
Monochromatic Colors of #3C91B2
Black with #3C91B2
Text Example
Text Example
White with #3C91B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C91B2; }
p { color: rgb(60,145,178); }
H1.HeaderClassName
{
color: #3C91B2;
}
.AnyTagClassName
{
color: #3C91B2;
}
</style>
background-color css
<style>
a { background-color: #3C91B2; }
a { background-color: rgb(60,145,178); }
div.DivClassName
{
background-color: #3C91B2;
}
.BgClassName
{
background-color: #3C91B2;
}
</style>
border-color css
<style>
span { border-color: #3C91B2; }
span { border-color: rgb(60,145,178); }
td.TdClassName
{
border-color: #3C91B2;
}
.TagClassName
{
border-color: #3C91B2;
}
</style>