Shades of Boston Blue #3E98B5
Tints of Boston Blue #3E98B5
RGB
CMYK
RGB Variations
Color information
#3E98B5 (or 0x3E98B5) is known color: Boston Blue. HEX triplet: 3E, 98 and B5. RGB value is (62,152,181). Sum of RGB (Red+Green+Blue) = 62+152+181=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E98B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E98B5 is #C1674A. Grayscale: #808080. Windows color (decimal): -12674891 or 11900990. OLE color: 11900990.
HSL color Cylindrical-coordinate representation of color #3E98B5: hue angle of 194.62º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E98B5 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 152 | 181 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.29 |
| HSL | 194.62º | 0.49% | 0.48% | - |
| HSV(B) | 194.62º | 0.66% | 0.71% | - |
| XYZ | 21.56 | 26.82 | 47.76 | - |
| YUV | 128.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 152 | 181 | 0.66 | 0.16 | 0 | 0.29 | 194.62 | 0.49 | 0.48 |
| Hex | 3E | 98 | B5 | 42 | 10 | 0 | 1D | C3 | 31 | 30 |
| Octal | 76 | 230 | 265 | 102 | 20 | 0 | 35 | 303 | 61 | 60 |
| Binary | 111110 | 10011000 | 10110101 | 1000010 | 10000 | 0 | 11101 | 11000011 | 110001 | 110000 |
Color Harmonies of #3E98B5
Complementary color
Monochromatic Colors of #3E98B5
Black with #3E98B5
Text Example
Text Example
White with #3E98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E98B5; }
p { color: rgb(62,152,181); }
H1.HeaderClassName
{
color: #3E98B5;
}
.AnyTagClassName
{
color: #3E98B5;
}
</style>
background-color css
<style>
a { background-color: #3E98B5; }
a { background-color: rgb(62,152,181); }
div.DivClassName
{
background-color: #3E98B5;
}
.BgClassName
{
background-color: #3E98B5;
}
</style>
border-color css
<style>
span { border-color: #3E98B5; }
span { border-color: rgb(62,152,181); }
td.TdClassName
{
border-color: #3E98B5;
}
.TagClassName
{
border-color: #3E98B5;
}
</style>