#3992B6

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

Shades of Boston Blue #3992B6

Tints of Boston Blue #3992B6

Color information

#3992B6 (or 0x3992B6) is unknown color: approx Boston Blue. HEX triplet: 39, 92 and B6. RGB value is (57,146,182). Sum of RGB (Red+Green+Blue) = 57+146+182=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #3992B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3992B6 is #C66D49. Grayscale: #7B7B7B. Windows color (decimal): -13004106 or 11964985. OLE color: 11964985.

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

Color convert

RGB57146182-
CMYK0.690.2000.29
HSL197.28º52.3%46.86%-
HSV(B)197.28º68.68%71.37%-
XYZ20.4124.8147.97-
YUV123.49161.0180.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.81%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=14.81%
G=37.92%
B=47.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal571461820.690.2000.29197.2852.346.86
Hex3992B6451401Dc5342f
Octal71222266105240353056457
Binary111001100100101011011010001011010001110111000101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3992B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,146,182); }

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

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

 a { background-color: rgb(57,146,182); }

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

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

 span { border-color: rgb(57,146,182); }

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