#3896B6

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

Shades of Boston Blue #3896B6

Tints of Boston Blue #3896B6

Color information

#3896B6 (or 0x3896B6) is unknown color: approx Boston Blue. HEX triplet: 38, 96 and B6. RGB value is (56,150,182). Sum of RGB (Red+Green+Blue) = 56+150+182=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #3896B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3896B6 is #C76949. Grayscale: #7D7D7D. Windows color (decimal): -13068618 or 11966008. OLE color: 11966008.

HSL color Cylindrical-coordinate representation of color #3896B6: hue angle of 195.24º degrees, saturation: 0.53, 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 #3896B6 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56150182-
CMYK0.690.1800.29
HSL195.24º52.94%46.67%-
HSV(B)195.24º69.23%71.37%-
XYZ20.9826.0348.17-
YUV125.54159.8678.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.43%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 182 (71.48% from 255) = 46.91%
R=14.43%
G=38.66%
B=46.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561501820.690.1800.29195.2452.9446.67
Hex3896B6451201Dc3352f
Octal70226266105220353036557
Binary111000100101101011011010001011001001110111000011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3896B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3896B6; }

 p { color: rgb(56,150,182); }

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

<style>
 a { background-color: #3896B6; }

 a { background-color: rgb(56,150,182); }

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

<style>
 span { border-color: #3896B6; }

 span { border-color: rgb(56,150,182); }

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