Shades of Boston Blue #3D99B4
Tints of Boston Blue #3D99B4
RGB
CMYK
RGB Variations
Color information
#3D99B4 (or 0x3D99B4) is known color: Boston Blue. HEX triplet: 3D, 99 and B4. RGB value is (61,153,180). Sum of RGB (Red+Green+Blue) = 61+153+180=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D99B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D99B4 is #C2664B. Grayscale: #808080. Windows color (decimal): -12740172 or 11835709. OLE color: 11835709.
HSL color Cylindrical-coordinate representation of color #3D99B4: hue angle of 193.61º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D99B4 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 153 | 180 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.29 |
| HSL | 193.61º | 0.49% | 0.47% | - |
| HSV(B) | 193.61º | 0.66% | 0.71% | - |
| XYZ | 21.55 | 27.07 | 47.27 | - |
| YUV | 128.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 180 | 0.66 | 0.15 | 0 | 0.29 | 193.61 | 0.49 | 0.47 |
| Hex | 3D | 99 | B4 | 42 | F | 0 | 1D | C2 | 31 | 2F |
| Octal | 75 | 231 | 264 | 102 | 17 | 0 | 35 | 302 | 61 | 57 |
| Binary | 111101 | 10011001 | 10110100 | 1000010 | 1111 | 0 | 11101 | 11000010 | 110001 | 101111 |
Color Harmonies of #3D99B4
Complementary color
Monochromatic Colors of #3D99B4
Black with #3D99B4
Text Example
Text Example
White with #3D99B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D99B4; }
p { color: rgb(61,153,180); }
H1.HeaderClassName
{
color: #3D99B4;
}
.AnyTagClassName
{
color: #3D99B4;
}
</style>
background-color css
<style>
a { background-color: #3D99B4; }
a { background-color: rgb(61,153,180); }
div.DivClassName
{
background-color: #3D99B4;
}
.BgClassName
{
background-color: #3D99B4;
}
</style>
border-color css
<style>
span { border-color: #3D99B4; }
span { border-color: rgb(61,153,180); }
td.TdClassName
{
border-color: #3D99B4;
}
.TagClassName
{
border-color: #3D99B4;
}
</style>