#3996B5

Color #3996B5 Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #3996B5

Tints of Boston Blue #3996B5

Color information

#3996B5 (or 0x3996B5) is unknown color: approx Boston Blue. HEX triplet: 39, 96 and B5. RGB value is (57,150,181). Sum of RGB (Red+Green+Blue) = 57+150+181=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #3996B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3996B5 is #C6694A. Grayscale: #7D7D7D. Windows color (decimal): -13003083 or 11900473. OLE color: 11900473.

HSL color Cylindrical-coordinate representation of color #3996B5: hue angle of 195º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3996B5 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB57150181-
CMYK0.690.1700.29
HSL195º52.1%46.67%-
HSV(B)195º68.51%70.98%-
XYZ20.9326.0247.63-
YUV125.73159.1978.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 14.69%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 181 (71.09% from 255) = 46.65%
R=14.69%
G=38.66%
B=46.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571501810.690.1700.2919552.146.67
Hex3996B5451101Dc3342f
Octal71226265105210353036457
Binary111001100101101011010110001011000101110111000011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3996B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3996B5; }

 p { color: rgb(57,150,181); }

 H1.HeaderClassName
 {
   color: #3996B5;
 }
 .AnyTagClassName
 {
   color: #3996B5;
 }
</style>
background-color css

<style>
 a { background-color: #3996B5; }

 a { background-color: rgb(57,150,181); }

 div.DivClassName
 {
   background-color: #3996B5;
 }
 .BgClassName
 {
   background-color: #3996B5;
 }
</style>
border-color css

<style>
 span { border-color: #3996B5; }

 span { border-color: rgb(57,150,181); }

 td.TdClassName
 {
   border-color: #3996B5;
 }
 .TagClassName
 {
   border-color: #3996B5;
 }
</style>